From 5a0d2310ad34fa5dfc8743c64b33810e5ddc664b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 23 Mar 2020 14:14:30 +0100 Subject: [PATCH] Allow sign up --- ansible/pre-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/pre-deploy.yml b/ansible/pre-deploy.yml index fc342fb..9381eda 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -102,4 +102,4 @@ USER_GID: "{{ gitea_user_guid }}" USER_UID: "{{ gitea_user_uid }}" ENABLE_OPENID_SIGNIN: "true" - ENABLE_OPENID_SIGNUP: "false" + ENABLE_OPENID_SIGNUP: "true"