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