mirror of
https://github.com/go-gitea/gitea
synced 2025-08-12 04:28:21 +00:00
Added minimum password length to app.ini (#223)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user