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 | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-login-canary-0.1.0.tar.gz
.
File metadata
- Download URL: django-login-canary-0.1.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d43bdb2c2e0aa20010f3abf646e287348bc8c53c1b8284d9064866c3079442cb |
|
MD5 | be4a8d7dd20c36e3cd1e45eb9effea93 |
|
BLAKE2b-256 | 8070c1b2e6e042d9ddb616957b3d8e93553957d21fe952132cb0286a0595f9cb |
Provenance
File details
Details for the file django_login_canary-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_login_canary-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08f20ad02fa04576323dd51d0817cffdaa4dc0acb092ef84c475cf4a72bbd9bc |
|
MD5 | 7db8b50b84d4c291d3367b6d89d21a60 |
|
BLAKE2b-256 | c5739ed627239cdaeccfbef5e018a7f64653cbe86377273a0c06fd213cd925c0 |