From 5eef7e6e9a77e7038e5277435e3ce52360367dc3 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sun, 28 Dec 2025 20:42:27 +0100 Subject: [PATCH] adventurelog socal signup --- adventurelog-system/adventurelog.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adventurelog-system/adventurelog.yaml b/adventurelog-system/adventurelog.yaml index e1a4cda..6ec96ea 100644 --- a/adventurelog-system/adventurelog.yaml +++ b/adventurelog-system/adventurelog.yaml @@ -129,6 +129,8 @@ spec: # Disable user registration (set to False to allow) - name: DISABLE_REGISTRATION value: "True" + - name: SOCIALACCOUNT_ALLOW_SIGNUPS + value: "True" # Database - name: PGHOST value: adventurelog-postgres