diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-08-01 16:09:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-01 16:09:25 +0200 |
commit | 8ed9e63432b930cd880aef2edff30f8f910fb92c (patch) | |
tree | 42d3611a8fe6be383bd90371e04e8cc0cf1ee5c1 /docs | |
parent | Merge pull request #5810 from matrix-org/erikj/no_server_reachable (diff) | |
parent | Lint (diff) | |
download | synapse-8ed9e63432b930cd880aef2edff30f8f910fb92c.tar.xz |
Account validity: allow defining HTML templates to serve the us… (#5807)
Account validity: allow defining HTML templates to serve the user on account renewal attempt
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 08316597fa..1b206fe6bf 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -802,6 +802,16 @@ uploads_path: "DATADIR/uploads" # period: 6w # renew_at: 1w # renew_email_subject: "Renew your %(app)s account" +# # Directory in which Synapse will try to find the HTML files to serve to the +# # user when trying to renew an account. Optional, defaults to +# # synapse/res/templates. +# template_dir: "res/templates" +# # HTML to be displayed to the user after they successfully renewed their +# # account. Optional. +# account_renewed_html_path: "account_renewed.html" +# # HTML to be displayed when the user tries to renew an account with an invalid +# # renewal token. Optional. +# invalid_token_html_path: "invalid_token.html" # Time that a user's session remains valid for, after they log in. # |