From 738ea3a5acf6744beedbfed26cb833a9b9bc2a95 Mon Sep 17 00:00:00 2001 From: sebastien Date: Wed, 13 Nov 2024 16:22:50 +0100 Subject: [PATCH] adds description on ENABLE_PASSWORD_COMPROMISSION_CHECK config setting --- canaille/core/configuration.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/canaille/core/configuration.py b/canaille/core/configuration.py index 1feff413..0384ce71 100644 --- a/canaille/core/configuration.py +++ b/canaille/core/configuration.py @@ -321,4 +321,7 @@ class CoreSettings(BaseModel): email. """ - ENABLE_PASSWORD_COMPROMISSION_CHECK: bool = False \ No newline at end of file + ENABLE_PASSWORD_COMPROMISSION_CHECK: bool = False + """Enable to check for password compromise on HIBP. + + """