chore: re-harden matrix server
Some checks failed
Test action / kaas (push) Failing after 1s

This commit is contained in:
Chris Kruining 2025-11-05 09:34:08 +01:00
parent c64e98e0c0
commit e3238aa60c
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -46,8 +46,8 @@ in
precence.enabled = true; precence.enabled = true;
# Since we'll be using OIDC for auth disable all local options # Since we'll be using OIDC for auth disable all local options
enable_registration = true; enable_registration = false;
enable_registration_without_verification = true; enable_registration_without_verification = false;
password_config.enabled = false; password_config.enabled = false;
backchannel_logout_enabled = true; backchannel_logout_enabled = true;