From d9f01fef6e59d75389050b71a6572538113e1056 Mon Sep 17 00:00:00 2001 From: sebastien Date: Tue, 19 Nov 2024 13:56:07 +0100 Subject: [PATCH] hotfix --- canaille/core/configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canaille/core/configuration.py b/canaille/core/configuration.py index 07e984c0..0ac6b4ea 100644 --- a/canaille/core/configuration.py +++ b/canaille/core/configuration.py @@ -321,7 +321,7 @@ class CoreSettings(BaseModel): email. """ - ENABLE_PASSWORD_COMPROMISSION_CHECK: bool = True + ENABLE_PASSWORD_COMPROMISSION_CHECK: bool = False """If :py:data:`True`, Canaille will check for password compromise on HIBP every time a new password is register.