diff options
author | techknowlogick <techknowlogick@gitea.io> | 2023-08-21 15:27:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-21 19:27:50 +0000 |
commit | b3f713717407fcb66515a7a702e81b2028800f76 (patch) | |
tree | 659d47cf53867f6ae8f6608625898d993a7b492c /custom/conf | |
parent | 02a45e8d581eb484906c684e505f1b4d417a2b03 (diff) | |
download | gitea-b3f713717407fcb66515a7a702e81b2028800f76.tar.gz gitea-b3f713717407fcb66515a7a702e81b2028800f76.zip |
Update minimum password length requirements (#25946)
Diffstat (limited to 'custom/conf')
-rw-r--r-- | custom/conf/app.example.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index daf0240090..a3d24b1961 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -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 |