diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-07-30 14:45:16 -0700 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-08-21 11:19:44 +0100 |
commit | 5f7a834a50eb9c9eec9284afa4bef22cd9ccf550 (patch) | |
tree | b766ac217c36bc361e1a3aca3280af5e56c05ecf /docs | |
parent | Add confirmation page template (diff) | |
download | synapse-5f7a834a50eb9c9eec9284afa4bef22cd9ccf550.tar.xz |
Load the new template
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index f168853f67..7bd8dcf45d 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -2015,9 +2015,13 @@ email: # * The contents of password reset emails sent by the homeserver: # 'password_reset.html' and 'password_reset.txt' # - # * HTML pages for success and failure that a user will see when they follow - # the link in the password reset email: 'password_reset_success.html' and - # 'password_reset_failure.html' + # * An HTML page that a user will see when they follow the link in the password + # reset email. The user will be asked to confirm the action before their + # password is reset: 'password_reset_confirmation.html' + # + # * HTML pages for success and failure that a user will see when they confirm + # the password reset flow using the page above: 'password_reset_success.html' + # and 'password_reset_failure.html' # # * The contents of address verification emails sent during registration: # 'registration.html' and 'registration.txt' |