summaryrefslogtreecommitdiffstats
path: root/custom/conf
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2023-08-21 15:27:50 -0400
committerGitHub <noreply@github.com>2023-08-21 19:27:50 +0000
commitb3f713717407fcb66515a7a702e81b2028800f76 (patch)
tree659d47cf53867f6ae8f6608625898d993a7b492c /custom/conf
parent02a45e8d581eb484906c684e505f1b4d417a2b03 (diff)
downloadgitea-b3f713717407fcb66515a7a702e81b2028800f76.tar.gz
gitea-b3f713717407fcb66515a7a702e81b2028800f76.zip
Update minimum password length requirements (#25946)
Diffstat (limited to 'custom/conf')
-rw-r--r--custom/conf/app.example.ini2
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