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

{% block body %}
<p>Your email has now been validated, please return to your client to reset your password. You may now close this window.</p>
{% endblock %}