From d951bd9a9161fe4d2ea22541d187ded318af7a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Wed, 20 Apr 2022 12:24:56 +0200 Subject: [PATCH] Use cleaner setting of matrix_synapse_registration_requires_token --- docs/configuring-playbook-bot-matrix-registration-bot.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/configuring-playbook-bot-matrix-registration-bot.md b/docs/configuring-playbook-bot-matrix-registration-bot.md index 9446a687d..75739d67e 100644 --- a/docs/configuring-playbook-bot-matrix-registration-bot.md +++ b/docs/configuring-playbook-bot-matrix-registration-bot.md @@ -46,8 +46,7 @@ matrix_bot_matrix_registration_bot_bot_access_token: "syt_bW9hbm9z_XXXXXXXXXXXXX matrix_synapse_enable_registration: true # Restrict registration to users with a token -matrix_synapse_configuration_extension_yaml: | - registration_requires_token: true # For token based registration +matrix_synapse_registration_requires_token: true ```