mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Update minimum password length requirements (#25946)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user