summary refs log tree commit diff
path: root/synapse/res/templates/password_reset_failure.html
blob: 9990e860f96d226bf5935ef6daa7a857439506d2 (plain) (blame)
1
2
3
4
5
6
7
{% extends "_base.html" %}
{% block title %}Password reset failure{% endblock %}

{% block body %}
<p>The request failed for the following reason: {{ failure_reason }}.</p>
<p>Your password has not been reset.</p>
{% endblock %}