This commit is contained in:
sebastien 2024-11-19 13:56:07 +01:00
parent b49f1df395
commit d9f01fef6e

View file

@ -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.