From 392dfa0e44fe8977cdf3fc1e93df3e669d9c8675 Mon Sep 17 00:00:00 2001 From: kuldeepkhatke Date: Sun, 22 Jun 2025 13:32:57 +0530 Subject: [PATCH] Reverted , remove change from AxesDatabaseHandler.user_login_failed --- axes/handlers/database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axes/handlers/database.py b/axes/handlers/database.py index 6f53a5a..c344300 100644 --- a/axes/handlers/database.py +++ b/axes/handlers/database.py @@ -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, }, )