From 813a8518bc7306988492fdafdf38c0cd887f1129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Fri, 8 Apr 2022 22:21:17 +0300 Subject: [PATCH] Version 5.32.0 --- CHANGES.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 8016e6c..7266689 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,18 @@ Changes ======= +5.32.0 (2022-04-08) +------------------- + +- Add support for persistent failure logging + where failed login attempts are persisted in the database + until a specific threshold is reached. + [p1-gdd] +- Add support for not resetting login times when users + try to login during the lockout cooloff period. + [antoine-42] + + 5.31.0 (2022-01-08) -------------------