From de248290b8cd8f3320c0a92c064a6535f29eb13d Mon Sep 17 00:00:00 2001
From: xeruf <27jf@pm.me>
Date: Thu, 22 Dec 2022 14:22:50 +0000
Subject: [PATCH] code: enable registration

---
 basic/apps/code/gitea-values-configmap.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/basic/apps/code/gitea-values-configmap.yaml b/basic/apps/code/gitea-values-configmap.yaml
index 2498d5f..eb268b5 100644
--- a/basic/apps/code/gitea-values-configmap.yaml
+++ b/basic/apps/code/gitea-values-configmap.yaml
@@ -40,8 +40,7 @@ data:
         openid:
           ENABLE_OPENID_SIGNUP: true
         service:
-          ENABLE_BASIC_AUTHENTICATION: false
-          DISABLE_REGISTRATION: true
+          #DISABLE_REGISTRATION: true
         log:
           LEVEL: "Trace"
     persistence:
-- 
GitLab