django-login-canary is a reusable Django application to notify users upon successful and failed logins.
MIT
Install from PyPI:
pip install django-login-canary
Add
'login_canary'to yourINSTALLED_APPS:INSTALLED_APPS = [ # ... 'login_canary', ]
Notify users upon failed logins. Use with caution!
Default: False
Notify users upon successful logins.
Default: True
The name of your service. Required. String