From e5a678b7856a1d1e76ebb376d3e6372e8973f7d1 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sat, 24 Jul 2021 08:50:40 -0500 Subject: Minor dendrite tweaks. --- dendrite/server/templates/dendrite.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dendrite/server/templates') diff --git a/dendrite/server/templates/dendrite.yaml.j2 b/dendrite/server/templates/dendrite.yaml.j2 index 00d67b4..bd03718 100644 --- a/dendrite/server/templates/dendrite.yaml.j2 +++ b/dendrite/server/templates/dendrite.yaml.j2 @@ -147,7 +147,7 @@ client_api: # If set, allows registration by anyone who knows the shared secret, regardless of # whether registration is otherwise disabled. - registration_shared_secret: "" + registration_shared_secret: "{{dendrite_registration_secret}}" # Whether to require reCAPTCHA for registration. enable_registration_captcha: false -- cgit v1.2.3