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 }}
|
||||
|
||||
[security]
|
||||
INTERNAL_TOKEN = {{ gitea_internal_token.stdout }}
|
||||
INSTALL_LOCK = true
|
||||
SECRET_KEY = {{ gitea_secret_key.stdout }}
|
||||
INTERNAL_TOKEN = {{ gitea_internal_token.stdout }}
|
||||
INSTALL_LOCK = true
|
||||
PASSWORD_COMPLEXITY = off
|
||||
SECRET_KEY = {{ gitea_secret_key.stdout }}
|
||||
|
||||
[server]
|
||||
SSH_DOMAIN = {{ gitea_url }}
|
||||
|
Loading…
Reference in New Issue
Block a user