{% extends "base_email.html" %} {% block title %}Password Reset - Evo AI{% endblock %} {% block header %}Evo AI{% endblock %} {% block content %}

Password Reset

Hello {{ user_name }},

We received a request to reset the password for your account on the Evo AI platform. If you didn't request this change, please ignore this email or contact our support team if you have any questions.

To reset your password, click the button below:

Reset My Password

This reset link is valid for 24 hours. After this period, you will need to request a new password reset.

For security reasons, after resetting your password, you will be logged out of all active sessions and will need to log in again on all devices.

If you can't click the button above, copy and paste the following URL into your browser:

{{ reset_link }}

Best regards,
Evo AI Team

{% endblock %} {% block footer_message %}This is an automated email. Please do not reply to this message.{% endblock %}