MatrixSynapse/synapse/res/templates/password_reset_failure.html

7 lines
202 B
HTML
Raw Normal View History

{% 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 %}