dendrite/server/templates/dendrite.yaml.j2
changeset 168 8e61e4bb714b
parent 163 40b78af86337
child 174 431c6d5e5dd4
--- a/dendrite/server/templates/dendrite.yaml.j2	Mon Jul 19 21:15:42 2021 -0500
+++ b/dendrite/server/templates/dendrite.yaml.j2	Sat Jul 24 08:50:40 2021 -0500
@@ -147,7 +147,7 @@
 
   # 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