summary refs log tree commit diff
path: root/synapse/res/templates/password_reset.html
blob: a197bf872cbbaf3b6da2630c77aa981d70fce928 (plain) (blame)
1
2
3
4
5
6
7
8
9
<html>
<body>
    <p>A password reset request has been received for your Matrix account. If this was you, please click the link below to confirm resetting your password:</p>

    <a href="{{ link }}">{{ link }}</a>

    <p>If this was not you, <strong>do not</strong> click the link above and instead contact your server administrator. Thank you.</p>
</body>
</html>