Skip to main content

django-login-canary is a reusable Django application to notify users upon successful and failed logins.

Project description

django-login-canary is a reusable Django application to notify users upon successful and failed logins.

License

MIT

Installation

  1. Install from PyPI:

    pip install django-login-canary
  2. Add 'login_canary' to your INSTALLED_APPS:

    INSTALLED_APPS = [
        # ...
        'login_canary',
    ]

Configuration

LOGIN_CANARY_NOTIFY_FAILED_LOGIN

Notify users upon failed logins. Use with caution!

Default: False

LOGIN_CANARY_NOTIFY_LOGIN

Notify users upon successful logins.

Default: True

LOGIN_CANARY_SERVICE_NAME

The name of your service. Required. String

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-login-canary-0.1.0.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

django_login_canary-0.1.0-py2.py3-none-any.whl (10.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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