matrix: disabled registration
This commit is contained in:
parent
531e6718bf
commit
c3ec689b9a
|
@ -18,7 +18,7 @@
|
|||
matrix-synapse = {
|
||||
enable = true; # Enable the synapse server
|
||||
settings = {
|
||||
enable_registration = true; # Toggle user registration
|
||||
enable_registration = false; # Toggle user registration
|
||||
enable_registration_without_verification = false;
|
||||
extraConfig = ''
|
||||
enable_group_creation: true # Allow users to create communities
|
||||
|
|
Loading…
Reference in a new issue