{% extends "base.html" %} {% block title %}Reset Your Password - {{ app_name }}{% endblock %} {% block content %}

Reset Your Password

Hi{{ " " + user_name if user_name else "" }},

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

Reset Password

Or copy and paste this link into your browser:
{{ reset_url }}

This link will expire in {{ expires_in | default("1 hour") }}. If you did not request a password reset, please ignore this email or contact support if you have concerns.

Security Tips

When creating your new password:

If you did not request a password reset, your account is still secure. No changes have been made. Someone may have entered your email address by mistake.

{% endblock %}