Matrix: enable registration with tokens

This allows registration if the user has a valid registration token.
This commit is contained in:
Reynir Björnsson 2025-01-31 11:14:06 +01:00
parent f1d795710d
commit 0bc39511e4

View file

@ -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.
#