1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-08-04 21:43:06 +02:00

add matrix_continuwuity_config_suspend_on_register

This commit is contained in:
Virkkunen
2025-07-04 21:44:50 +02:00
parent 1b2b6ddaa3
commit d1796978ca
2 changed files with 4 additions and 1 deletions

View File

@ -402,7 +402,7 @@ allow_registration = {{ matrix_continuwuity_config_allow_registration | to_json
# invites, or create/join or otherwise modify rooms.
# They are effectively read-only.
#
#suspend_on_register = false
suspend_on_register = {{ matrix_continuwuity_config_suspend_on_register | to_json }}
# Enabling this setting opens registration to anyone without restrictions.
# This makes your server vulnerable to abuse