From 8696c74ef832f8c381deaf5401e16364bff918f9 Mon Sep 17 00:00:00 2001 From: Alexander Rogov Date: Sat, 27 Jun 2026 20:15:51 +0300 Subject: [PATCH] matrix-roglog: enable MAS self-service registration Set password_registration_enabled=true, disable email requirement, password recovery, and registration tokens for now. --- argocd/apps/matrix-roglog.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/argocd/apps/matrix-roglog.yaml b/argocd/apps/matrix-roglog.yaml index da4fc67..17fbe2d 100644 --- a/argocd/apps/matrix-roglog.yaml +++ b/argocd/apps/matrix-roglog.yaml @@ -54,6 +54,14 @@ spec: secretKey: mas ingress: host: auth.roglog.space + additional: + 0-registration: + config: | + account: + password_registration_enabled: true + password_registration_email_required: false + password_recovery_enabled: false + registration_token_required: false elementWeb: ingress: