From f27d87d93ba8578dfc36b636de5dc01e26e58d0d Mon Sep 17 00:00:00 2001 From: Bwko Date: Sat, 24 Dec 2016 14:40:44 +0100 Subject: Added minimum password length to app.ini (#223) --- conf/app.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') 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 -- cgit v1.2.3