django-axes/axes
Dale O'Brien 68f0d5ee86 Add username to LOCKOUT_TEMPLATE template context
So I can use their username in the lockout template, e.g. something like this,
2015-07-06 13:18:03 +10:00
..
management Syntax error fixed - closes #104 2014-11-25 00:49:27 +01:00
__init__.py pull version from the correct package 2013-11-01 12:02:56 +00:00
admin.py added 'username' field to the Admin table 2013-07-01 16:27:31 +05:30
decorators.py Add username to LOCKOUT_TEMPLATE template context 2015-07-06 13:18:03 +10:00
middleware.py added middleware to decorate views with watched_login 2014-12-23 08:17:34 -07:00
models.py Change IPAddressField to GenericIPAddressField 2014-07-31 17:57:33 +01:00
signals.py Fixed an issue when a user on django 1.4 logout 2013-04-20 18:39:59 -05:00
test_settings.py Cleaned testing, removing global state and made some tweaks 2015-03-23 08:56:22 -05:00
test_urls.py Added better testing schema 2013-03-16 16:09:55 -05:00
tests.py Revert "properly use username and IP when pulling attempts. add test and easier testing command." 2015-06-26 09:07:22 -05:00
utils.py Improved axes_reset command. Fixes #52 2013-07-27 12:16:54 -05:00
views.py Initial import 2008-11-05 22:52:40 +00:00