aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorBwko <bouwko@gmail.com>2016-12-24 14:40:44 +0100
committerLunny Xiao <xiaolunwen@gmail.com>2016-12-24 21:40:44 +0800
commitf27d87d93ba8578dfc36b636de5dc01e26e58d0d (patch)
tree37a3d8ce46093b933f01ad8fec0ba53886cfaa50 /conf
parentd0932ef1473b9ce27474ccf24acfca106dd93fec (diff)
downloadgitea-f27d87d93ba8578dfc36b636de5dc01e26e58d0d.tar.gz
gitea-f27d87d93ba8578dfc36b636de5dc01e26e58d0d.zip
Added minimum password length to app.ini (#223)
Diffstat (limited to 'conf')
-rw-r--r--conf/app.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini
index d3f06cad7c..c46d52f2d5 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -168,6 +168,8 @@ COOKIE_USERNAME = gitea_awesome
COOKIE_REMEMBER_NAME = gitea_incredible
; Reverse proxy authentication header name of user name
REVERSE_PROXY_AUTHENTICATION_USER = X-WEBAUTH-USER
+; Sets the minimum password length for new Users
+MIN_PASSWORD_LENGTH = 6
[service]
ACTIVE_CODE_LIVE_MINUTES = 180