summary refs log tree commit diff
path: root/synapse/res/templates/password_reset_failure.html
blob: 9e3c4446e315d14554c2de965d1628fc97c69737 (plain) (blame)
1
2
3
4
5
6
7
8
<html>
<head></head>
<body>
<p>The request failed for the following reason: {{ failure_reason }}.</p>

<p>Your password has not been reset.</p>
</body>
</html>