From 14d58c9f2612d956264473c4c20d90215d864dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Rohrlich?= Date: Tue, 10 Dec 2024 14:27:47 +0100 Subject: [PATCH] doc: Added changelog for intruder lockout --- CHANGES.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9dc13e12..223294b9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,9 @@ Added ^^^^^ +- Intruder lockout :issue:`173` +- :attr:`~canaille.core.configuration.CoreSettings.ENABLE_INTRUDER_LOCKOUT` + :issue:`173` - Multi-factor authentication :issue:`47` - :attr:`~canaille.core.configuration.CoreSettings.OTP_METHOD` and :attr:`~canaille.core.configuration.CoreSettings.EMAIL_OTP` and @@ -31,8 +34,8 @@ Fixed Added ^^^^^ -- :attr:`~canaille.core.configuration.CoreSettings.MAX_PASSWORD_LENGHT` and - :attr:`~canaille.core.configuration.CoreSettings.MIN_PASSWORD_LENGHT` configuration options :issue:`174` +- :attr:`~canaille.core.configuration.CoreSettings.MAX_PASSWORD_LENGTH` and + :attr:`~canaille.core.configuration.CoreSettings.MIN_PASSWORD_LENGTH` configuration options :issue:`174` - Password strength visual indicator. :issue:`174` - Security events logs. :issue:`177` - Support for Python 3.13. :pr:`186`