Matrix: enable registration with tokens
This allows registration if the user has a valid registration token.
This commit is contained in:
parent
f1d795710d
commit
0bc39511e4
1 changed files with 4 additions and 1 deletions
|
@ -578,7 +578,10 @@ turn_allow_guests: True
|
||||||
## Registration ##
|
## Registration ##
|
||||||
|
|
||||||
# Enable registration for new users.
|
# 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.
|
# The user must provide all of the below types of 3PID when registering.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue