{% extends "base.html" %} {% block preheader %}Reset your {{ product_name }} password. This link expires in {{ expires_in_minutes }} minutes.{% endblock %} {% block content %}

Reset your password

{% if user_name %}Hi {{ user_name }},{% else %}Hi there,{% endif %}

We received a request to reset your password for your {{ product_name }} account. Click the button below to choose a new password.

Reset Password

This link expires in {{ expires_in_minutes }} minutes. After that, you'll need to request a new password reset.

If the button doesn't work, copy and paste this URL into your browser:

{{ reset_url }}

If you didn't request a password reset, you can safely ignore this email. Your password will remain unchanged.

{% endblock %}