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