Update minimum password length requirements (#25946)
This commit is contained in:
parent
02a45e8d58
commit
b3f7137174
4 changed files with 5 additions and 5 deletions
|
@ -454,7 +454,7 @@ INTERNAL_TOKEN=
|
|||
;REVERSE_PROXY_TRUSTED_PROXIES = 127.0.0.0/8,::1/128
|
||||
;;
|
||||
;; The minimum password length for new Users
|
||||
;MIN_PASSWORD_LENGTH = 6
|
||||
;MIN_PASSWORD_LENGTH = 8
|
||||
;;
|
||||
;; Set to true to allow users to import local server paths
|
||||
;IMPORT_LOCAL_PATHS = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue