1
0
forked from finn/site
site/backend/app/templates/email/reset_password.html

11 lines
278 B
HTML
Raw Normal View History

2024-08-05 07:59:01 +00:00
<!doctype html>
<html>
<body>
<p>User {{ user.username }} requested password reset.</p>
<p>Reset link:</p>
<p><a href="{{ hostname }}{{ url_for('reset_password', token=token) }}">click here</a>
<p>If you did not request this, ignore this message.</p>
</body>
</html>