From 12575d661b6afcbd24d7fc287e7a6a0dac96eea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Thu, 18 Feb 2021 14:09:07 +0100 Subject: [PATCH] [__matrix_synapse] add documentation for --registration-shared-secret --- type/__matrix_synapse/man.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/type/__matrix_synapse/man.rst b/type/__matrix_synapse/man.rst index 81b07c7..94c6e34 100644 --- a/type/__matrix_synapse/man.rst +++ b/type/__matrix_synapse/man.rst @@ -163,6 +163,10 @@ background-task-worker The worker that is used to run background tasks (e.g. cleaning up expired data). If not provided this defaults to the main process. +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. + extra-setting Arbitrary string to be added to the configuration file. Can be specified multiple times.