From 84851ae44f6797f37a5f0798f70b0d4267eaf46c Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Fri, 18 Feb 2022 10:12:01 +0000 Subject: [PATCH] Set `guests_disabled` to `true` in the sample config --- dendrite-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dendrite-config.yaml b/dendrite-config.yaml index 4d18a5636..35f72222e 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -144,7 +144,7 @@ client_api: # Prevents new guest accounts from being created. Guest registration is also # disabled implicitly by setting 'registration_disabled' above. - guests_disabled: false + guests_disabled: true # If set, allows registration by anyone who knows the shared secret, regardless of # whether registration is otherwise disabled.