forked from Github-Mirrors/canaille
adds description on ENABLE_PASSWORD_COMPROMISSION_CHECK config setting
This commit is contained in:
parent
4c146cc970
commit
738ea3a5ac
1 changed files with 4 additions and 1 deletions
|
@ -321,4 +321,7 @@ class CoreSettings(BaseModel):
|
|||
email.
|
||||
"""
|
||||
|
||||
ENABLE_PASSWORD_COMPROMISSION_CHECK: bool = False
|
||||
ENABLE_PASSWORD_COMPROMISSION_CHECK: bool = False
|
||||
"""Enable to check for password compromise on HIBP.
|
||||
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue