From 8e1c8c87fb764e96b73308272f733751410d59bb Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 5 May 2020 09:16:20 +0200 Subject: [PATCH] Re-enable sign up --- deploy.d/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.d/config.yml b/deploy.d/config.yml index 9a44152..b074706 100644 --- a/deploy.d/config.yml +++ b/deploy.d/config.yml @@ -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"