{% 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.
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 %}