summary refs log tree commit diff
path: root/synapse/res/templates/password_reset_failure.html
blob: 0b132cf8db94c95412b01f923fe5a3a48aab2961 (plain) (blame)
1
2
3
4
5
6
<html>
<head></head>
<body>
<p>{{ failure_reason }}. Your password has not been reset.</p>
</body>
</html>