From 6a0e2088fbffa579b04a484873ca134409f5bdac Mon Sep 17 00:00:00 2001 From: richvdh Date: Thu, 25 Aug 2022 16:28:25 +0000 Subject: deploy: d092e6f32a1a3d79337774746720a73762a35e8e --- develop/usage/configuration/config_documentation.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'develop/usage/configuration/config_documentation.html') diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index 3fcca7702e..ab3cb325ed 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -1889,10 +1889,20 @@ Defaults to false. Set to true to enable.

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