From 581577ea2dbf7a864ea75b37e16bc5d9347da5c4 Mon Sep 17 00:00:00 2001 From: jerger Date: Wed, 6 Jul 2022 18:24:43 +0200 Subject: [PATCH] we will need some kind of reg whitelist --- src/main/resources/gitea/appini-configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/gitea/appini-configmap.yaml b/src/main/resources/gitea/appini-configmap.yaml index f17cf78..89e9541 100644 --- a/src/main/resources/gitea/appini-configmap.yaml +++ b/src/main/resources/gitea/appini-configmap.yaml @@ -79,7 +79,7 @@ data: REQUIRE_SIGNIN_VIEW = false REGISTER_EMAIL_CONFIRM = false ENABLE_NOTIFY_MAIL = false - EMAIL_DOMAIN_WHITELIST = meissa-gmbh.de, meissa.de + EMAIL_DOMAIN_WHITELIST = meissa-gmbh.de,meissa.de ALLOW_ONLY_EXTERNAL_REGISTRATION = false ENABLE_CAPTCHA = false DEFAULT_KEEP_EMAIL_PRIVATE = true