{% extends "base_email.html" %} {% block title %}Account Locked - Evo AI{% endblock %} {% block header %}Evo AI - Security{% endblock %} {% block content %}

Security Alert: Your Account Has Been Locked

Hello {{ user_name }},

We detected multiple failed login attempts to your account on the Evo AI platform. To protect your information, we have temporarily locked access to your account.

What happened?

Our security system detected {{ failed_attempts }} failed login attempts with incorrect passwords in the last {{ time_period }}. This may indicate an unauthorized access attempt to your account.

What to do now?

To unlock your account, you need to reset your password:

Reset My Password

The link above is valid for 24 hours. If you don't reset your password within this period, you will need to request a new reset link.

Important: If you haven't tried to log in recently, we recommend that you reset your password immediately and consider enabling two-factor authentication for greater security.

If you need help, please contact our support team.

Best regards,
Evo AI Security Team

{% endblock %} {% block footer_message %}If you don't recognize this activity, please contact support immediately.{% endblock %}