From 7a9dd0de6f941fe443ac7328237b4bfab119958a Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 26 Apr 2026 21:31:37 +0200 Subject: [PATCH] feat: enable MAS password registration with token --- clusters/homelab/apps/synapse/helmrelease.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/clusters/homelab/apps/synapse/helmrelease.yaml b/clusters/homelab/apps/synapse/helmrelease.yaml index 54593c0..7db2585 100644 --- a/clusters/homelab/apps/synapse/helmrelease.yaml +++ b/clusters/homelab/apps/synapse/helmrelease.yaml @@ -23,6 +23,14 @@ spec: enabled: true ingress: host: commatrix.net-scope.org + additional: + auth.yaml: + config: | + account: + password_registration_enabled: true + password_change_allowed: true + registration_token_required: true + password_registration_email_required: false signingKey: secret: synapse-secret secretKey: SIGNING_KEY