equal
deleted
inserted
replaced
145 # using the registration shared secret below. |
145 # using the registration shared secret below. |
146 registration_disabled: false |
146 registration_disabled: false |
147 |
147 |
148 # If set, allows registration by anyone who knows the shared secret, regardless of |
148 # If set, allows registration by anyone who knows the shared secret, regardless of |
149 # whether registration is otherwise disabled. |
149 # whether registration is otherwise disabled. |
150 registration_shared_secret: "" |
150 registration_shared_secret: "{{dendrite_registration_secret}}" |
151 |
151 |
152 # Whether to require reCAPTCHA for registration. |
152 # Whether to require reCAPTCHA for registration. |
153 enable_registration_captcha: false |
153 enable_registration_captcha: false |
154 |
154 |
155 # Settings for ReCAPTCHA. |
155 # Settings for ReCAPTCHA. |