Browse Source

Use cleaner setting of matrix_synapse_registration_requires_token

pull/1771/head
Julian-Samuel Gebühr 3 years ago
parent
commit
d951bd9a91
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      docs/configuring-playbook-bot-matrix-registration-bot.md

+ 1
- 2
docs/configuring-playbook-bot-matrix-registration-bot.md View File

@@ -46,8 +46,7 @@ matrix_bot_matrix_registration_bot_bot_access_token: "syt_bW9hbm9z_XXXXXXXXXXXXX
matrix_synapse_enable_registration: true matrix_synapse_enable_registration: true


# Restrict registration to users with a token # 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
``` ```






Loading…
Cancel
Save