{% extends "email/base.html" %} {% block title %}Two-factor authentication disabled | Praxicraft{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="warning" hero_title="Two-factor authentication disabled" hero_subtitle="Sign in no longer requires an authenticator code." hero_icon="cancel.png" %} {% endblock %} {% block content %}

Hi {{ first_name }},

Two-factor authentication was turned off on your Praxicraft account. Turn it back on in settings if you still want a code at sign in.

{% include "email/partials/_detail_row.html" with pill_label="TIME" pill_value=event_time pill_variant="warning" pill_radius="top" %} {% include "email/partials/_detail_row.html" with pill_label="IP ADDRESS" pill_value=ip_address pill_variant="warning" pill_border="none" pill_radius="bottom" %}

Did not make this change?

If you did not disable two-factor authentication, change your password and contact us.

{% if settings_url %} {% include "email/partials/_cta.html" with cta_url=settings_url cta_label="Re-enable Two-Factor Authentication" %} {% endif %} {% endblock %}