{% extends 'emails/base.html' %} {% load waanverse_tags %} {% block content %}

Hello {{ name|default:'there' }},

We want to inform you that Multi-Factor Authentication (MFA) has been successfully disabled on your {{ PLATFORM_NAME }} account.

If you did not request this change, please contact our support team immediately to secure your account.


Account: {{ username }} ({{ email }})

Action Time: {{ time }}

IP Address: {{ ip_address }}

Device Info: {{ user_agent|device_info }}


If you recognize this activity, no further action is needed. Otherwise, please secure your account immediately.

Thank you for being vigilant with your account security.

{% endblock %}