Disallowed registration

This commit is contained in:
Aleksandr Lebedev 2025-07-16 16:59:00 +02:00
parent 097a9a0cc1
commit 78ceea830d

View file

@ -110,7 +110,7 @@ users = {
}; };
port = [ 6167 ]; port = [ 6167 ];
trusted_servers = [ "matrix.org" ]; trusted_servers = [ "matrix.org" ];
allow_registration = true; allow_registration = false;
registration_token = ""; #nix shell nixpkgs#openssl -c openssl rand -base64 48 | tr -d '/+' | cut -c1-64 registration_token = ""; #nix shell nixpkgs#openssl -c openssl rand -base64 48 | tr -d '/+' | cut -c1-64
allow_federation = true; allow_federation = true;
allow_encryption = true; allow_encryption = true;