mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-07-08 00:54:30 +02:00
add matrix_continuwuity_config_suspend_on_register
This commit is contained in:
@ -143,6 +143,9 @@ matrix_continuwuity_config_max_request_size: 20_000_000
|
|||||||
# Enables registration. If set to false, no users can register on this server.
|
# Enables registration. If set to false, no users can register on this server.
|
||||||
matrix_continuwuity_config_allow_registration: false
|
matrix_continuwuity_config_allow_registration: false
|
||||||
|
|
||||||
|
# Controls if newly registered users are automatically suspended, requiring admin approval.
|
||||||
|
matrix_continuwuity_config_suspend_on_register: false
|
||||||
|
|
||||||
# Controls the `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` setting.
|
# Controls the `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` setting.
|
||||||
# This is only used when `matrix_continuwuity_config_allow_registration` is set to true and no registration token is configured.
|
# This is only used when `matrix_continuwuity_config_allow_registration` is set to true and no registration token is configured.
|
||||||
matrix_continuwuity_config_yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse: false
|
matrix_continuwuity_config_yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse: false
|
||||||
|
@ -402,7 +402,7 @@ allow_registration = {{ matrix_continuwuity_config_allow_registration | to_json
|
|||||||
# invites, or create/join or otherwise modify rooms.
|
# invites, or create/join or otherwise modify rooms.
|
||||||
# They are effectively read-only.
|
# 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.
|
# Enabling this setting opens registration to anyone without restrictions.
|
||||||
# This makes your server vulnerable to abuse
|
# This makes your server vulnerable to abuse
|
||||||
|
Reference in New Issue
Block a user