mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-01 17:38:33 +00:00
Added minimum password length to app.ini (#223)
This commit is contained in:
parent
d0932ef147
commit
f27d87d93b
4 changed files with 17 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue