From 6a0e2088fbffa579b04a484873ca134409f5bdac Mon Sep 17 00:00:00 2001
From: richvdh
registration_shared_secret
If set, allows registration of standard or admin accounts by anyone who has the shared secret, even if registration is otherwise disabled.
+See also registration_shared_secret_path
.
Example configuration:
registration_shared_secret: <PRIVATE STRING>
registration_shared_secret_path
An alternative to registration_shared_secret
:
+allows the shared secret to be specified in an external file.
The file should be a plain text file, containing only the shared secret.
+Example configuration:
+registration_shared_secret_file: /path/to/secrets/file
+
+Added in Synapse 1.67.0.
+bcrypt_rounds
Set the number of bcrypt rounds used to generate password hash. Larger numbers increase the work factor needed to generate the hash. -- cgit 1.5.1