{% extends "email/base.html" %} {% block title %}Account temporarily locked | Praxicraft{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="error" hero_title="Account temporarily locked" hero_subtitle="We detected too many failed sign in attempts." hero_icon="cancel.png" %} {% endblock %} {% block content %}
Hi {{ first_name }},
We detected {{ failed_attempts }} failed sign in attempts on your Praxicraft account. Access is temporarily suspended as a precaution.
Your account will unlock automatically in {{ lockout_minutes }} minutes. You can sign in again after that time.
Was this not you?
If you did not attempt to sign in, reset your password to secure your account.
{% if reset_password_url %} {% include "email/partials/_cta.html" with cta_url=reset_password_url cta_label="Reset Password" %} {% endif %}If this was you, no action is needed. Your account will unlock automatically.
{% endblock %}