Merge pull request 'Matrix: enable registration with tokens' (#229) from matrix-registration-token into main
Reviewed-on: https://git.data.coop/data.coop/ansible/pulls/229
This commit is contained in:
commit
7e3da99411
1 changed files with 4 additions and 1 deletions
|
@ -578,7 +578,10 @@ turn_allow_guests: True
|
|||
## Registration ##
|
||||
|
||||
# Enable registration for new users.
|
||||
enable_registration: False
|
||||
enable_registration: true
|
||||
|
||||
# Require registration token
|
||||
registration_requires_token: true
|
||||
|
||||
# The user must provide all of the below types of 3PID when registering.
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue