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