Skip to main content

* This app provides a simple signal handler for the App django-admin-honeypot * https://github.com/dmpayton/django-admin-honeypot Functions: If someone tries to login using the wrong admin url, django-admin-honeypot creates a new model instance, which includes all significant information about this attempt. After save() the signal handler sends a notification email to settings.MANAGERS, which includes the basic model information.

Project description

Django Admin Honeypot Signals

If you are using the admin_honeypot App to log failed login attempts, you may want to be notified via email.

Features:

If someone tries to login using the wrong admin url, django-admin-honeypot creates a new model instance, which includes all significant information about this attempt. After save() the signal handler sends a notification email to settings.MANAGERS, which includes the basic model information.

How to use

Get und implement django-admin-honeypot:

Make sure it is working perfect.

  • Install this package:

    pip install -e git://github.com/bitmazk/django-honeypot-signals#egg=honeypot_signals
  • Add honeypot_signals to your INSTALLED_APPS:

    INSTALLED_APPS = (
        [...]
        'honeypot_signals',
    }
  • Add MANAGERS to your settings.py:

    MANAGERS = (
        ('Foo Bar', 'foobar@example.com'),
    )

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-honeypot-signals-0.1.1.tar.gz (2.5 kB view details)

Uploaded Source

File details

Details for the file django-honeypot-signals-0.1.1.tar.gz.

File metadata

File hashes

Hashes for django-honeypot-signals-0.1.1.tar.gz
Algorithm Hash digest
SHA256 b4e2f9dcfe0197ff7faf7d3b704f4f50ce254f03d1bfb3ed35574db014a23d35
MD5 9e401d68979889d8433424c9dfab15e0
BLAKE2b-256 80b04ddb7f3b8b9457a0776ef5cbd9ca76aabb18fe4486dbc1baeb0b03819fc6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page