summary refs log tree commit diff
path: root/synapse/res
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-08-01 16:09:25 +0200
committerGitHub <noreply@github.com>2019-08-01 16:09:25 +0200
commit8ed9e63432b930cd880aef2edff30f8f910fb92c (patch)
tree42d3611a8fe6be383bd90371e04e8cc0cf1ee5c1 /synapse/res
parentMerge pull request #5810 from matrix-org/erikj/no_server_reachable (diff)
parentLint (diff)
downloadsynapse-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 'synapse/res')
-rw-r--r--synapse/res/templates/account_renewed.html1
-rw-r--r--synapse/res/templates/invalid_token.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/synapse/res/templates/account_renewed.html b/synapse/res/templates/account_renewed.html
new file mode 100644

index 0000000000..894da030af --- /dev/null +++ b/synapse/res/templates/account_renewed.html
@@ -0,0 +1 @@ +<html><body>Your account has been successfully renewed.</body><html> diff --git a/synapse/res/templates/invalid_token.html b/synapse/res/templates/invalid_token.html new file mode 100644
index 0000000000..6bd2b98364 --- /dev/null +++ b/synapse/res/templates/invalid_token.html
@@ -0,0 +1 @@ +<html><body>Invalid renewal token.</body><html>