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
Install from PyPI:
pip install django-login-canary
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
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size django_login_canary-0.1.0-py2.py3-none-any.whl (10.6 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View hashes |
Filename, size django-login-canary-0.1.0.tar.gz (4.5 kB) | File type Source | Python version None | Upload date | Hashes View hashes |
Close
Hashes for django_login_canary-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08f20ad02fa04576323dd51d0817cffdaa4dc0acb092ef84c475cf4a72bbd9bc |
|
MD5 | 7db8b50b84d4c291d3367b6d89d21a60 |
|
BLAKE2-256 | c5739ed627239cdaeccfbef5e018a7f64653cbe86377273a0c06fd213cd925c0 |
Close
Hashes for django-login-canary-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d43bdb2c2e0aa20010f3abf646e287348bc8c53c1b8284d9064866c3079442cb |
|
MD5 | be4a8d7dd20c36e3cd1e45eb9effea93 |
|
BLAKE2-256 | 8070c1b2e6e042d9ddb616957b3d8e93553957d21fe952132cb0286a0595f9cb |