diff -r e3c49bf5fae9 -r 8e61e4bb714b dendrite/server/templates/dendrite.yaml.j2 --- 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