Re-enable sign up
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-05-05 09:16:20 +02:00
parent 524c3fc5fd
commit 8e1c8c87fb
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ env:
DOMAIN: "{{ vars.domain }}"
ENABLE_NOTIFY_MAIL: "true"
ENABLE_OPENID_SIGNIN: "true"
ENABLE_OPENID_SIGNUP: "false"
ENABLE_OPENID_SIGNUP: "true"
GITEA_THEME: "arc-green"
HTTP_PORT: "{{ vars.port }}"
INSTALL_LOCK: "true"