mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Reverted , remove change from AxesDatabaseHandler.user_login_failed
This commit is contained in:
parent
baace5c27b
commit
392dfa0e44
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ class AxesDatabaseHandler(AbstractAxesHandler, AxesBaseHandler):
|
|||
"http_accept": request.axes_http_accept,
|
||||
"path_info": request.axes_path_info,
|
||||
"failures_since_start": 1,
|
||||
"attempt_time": request.axes_attempt_time
|
||||
"attempt_time": request.axes_attempt_time,
|
||||
},
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue