diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-25 15:19:43 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-25 15:19:43 +0000 |
commit | 89c6910adb118a57b9bea943ba8bde737a0e05b8 (patch) | |
tree | ec533f1319986a52fc2ba9d3bd35f15d6ad93444 /docs | |
parent | Remove trailing slash ability from password reset's submit_token endpoint (#6... (diff) | |
parent | Allow HS to send emails when adding an email to the HS (#6042) (diff) | |
download | synapse-89c6910adb118a57b9bea943ba8bde737a0e05b8.tar.xz |
Allow HS to send emails when adding an email to the HS (#6042)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index bd486d97b6..722f111ad8 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -1448,6 +1448,12 @@ password_config: # #registration_template_html: registration.html # #registration_template_text: registration.txt # +# # Templates for validation emails sent by the homeserver when adding an email to +# # your user account +# # +# #add_threepid_template_html: add_threepid.html +# #add_threepid_template_text: add_threepid.txt +# # # Templates for password reset success and failure pages that a user # # will see after attempting to reset their password # # @@ -1459,6 +1465,12 @@ password_config: # # # #registration_template_success_html: registration_success.html # #registration_template_failure_html: registration_failure.html +# +# # Templates for success and failure pages that a user will see after attempting +# # to add an email or phone to their account +# # +# #add_threepid_success_html: add_threepid_success.html +# #add_threepid_failure_html: add_threepid_failure.html #password_providers: |