Turn off password requirements
This commit is contained in:
parent
47697494be
commit
770a6a1258
@ -37,6 +37,7 @@ ROOT = {{ gitea_root_directory }}
|
|||||||
[security]
|
[security]
|
||||||
INTERNAL_TOKEN = {{ gitea_internal_token.stdout }}
|
INTERNAL_TOKEN = {{ gitea_internal_token.stdout }}
|
||||||
INSTALL_LOCK = true
|
INSTALL_LOCK = true
|
||||||
|
PASSWORD_COMPLEXITY = off
|
||||||
SECRET_KEY = {{ gitea_secret_key.stdout }}
|
SECRET_KEY = {{ gitea_secret_key.stdout }}
|
||||||
|
|
||||||
[server]
|
[server]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user