forked from Github-Mirrors/canaille
updates config.sample.toml correct display style
This commit is contained in:
parent
e16d7394a9
commit
3725ab2ea5
1 changed files with 17 additions and 17 deletions
|
@ -74,26 +74,26 @@ SECRET_KEY = "change me before you go in production"
|
|||
# - if this is a string, it is passed to the python fileConfig method
|
||||
# https://docs.python.org/3/library/logging.config.html#logging.config.fileConfig
|
||||
|
||||
# Minimum length for user password.
|
||||
# It is possible not to set a minimum, by entering None or 0.
|
||||
# MIN_PASSWORD_LENGTH = 8
|
||||
# Minimum length for user password.
|
||||
# It is possible not to set a minimum, by entering None or 0.
|
||||
# MIN_PASSWORD_LENGTH = 8
|
||||
|
||||
# Maximum length for user password.
|
||||
# There is a technical limit with passlib used by sql database of 4096
|
||||
# characters. If the value entered is 0 or None, or greater than 4096,
|
||||
# then 4096 will be retained.
|
||||
# MAX_PASSWORD_LENGTH = 1000
|
||||
# Maximum length for user password.
|
||||
# There is a technical limit with passlib used by sql database of 4096
|
||||
# characters. If the value entered is 0 or None, or greater than 4096,
|
||||
# then 4096 will be retained.
|
||||
# MAX_PASSWORD_LENGTH = 1000
|
||||
|
||||
# Administration email contact.
|
||||
# In certain special cases (example : questioning about password
|
||||
# corruption), it is necessary to provide an administration contact
|
||||
# email.
|
||||
# ADMIN_EMAIL = "admin@mydomain.tld"
|
||||
# Administration email contact.
|
||||
# In certain special cases (example : questioning about password
|
||||
# corruption), it is necessary to provide an administration contact
|
||||
# email.
|
||||
# ADMIN_EMAIL = "admin@mydomain.tld"
|
||||
|
||||
# If :py:data:`True`, Canaille will check for password compromise on HIBP
|
||||
# every time a new password is register.
|
||||
# (https://haveibeenpwned.com/)
|
||||
# ENABLE_PASSWORD_COMPROMISSION_CHECK = False
|
||||
# If :py:data:`True`, Canaille will check for password compromise on HIBP
|
||||
# every time a new password is register.
|
||||
# (https://haveibeenpwned.com/)
|
||||
# ENABLE_PASSWORD_COMPROMISSION_CHECK = False
|
||||
|
||||
# Have i been pwned api url for compromission checks.
|
||||
# This url should not be modified.
|
||||
|
|
Loading…
Reference in a new issue