{% extends "email/base.html" %} {% block title %}Two-factor authentication enabled | Praxicraft{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="success" hero_title="Two-factor authentication enabled" hero_subtitle="Sign in will now require your authenticator code." hero_icon="check-circle.png" %} {% endblock %} {% block content %}

Hi {{ first_name }},

Two-factor authentication is now on for your account. You will enter a code from your authenticator app at each sign in. If you made this change, no further action is needed.

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

Did not make this change?

If you did not enable two-factor authentication, contact us so we can help secure your account.

{% if settings_url %} {% include "email/partials/_cta.html" with cta_url=settings_url cta_label="Review Security Settings" %} {% endif %} {% endblock %}