{% extends "email/base.html" %} {% load posthog_assets %} {% load posthog_filters %} {% block section %}
Hey, {{ user_name }},
We've received a request to reset two-factor authentication (2FA) for your account ({{ user_email }}).
If you no longer have access to your 2FA authenticator app, you can click the button below to reset your 2FA settings. This will disable 2FA on your account so you can log in and set up a new authenticator.
If the button above doesn't work, paste this link into your browser:
{{ url }}
Important: This link will expire in {{ expiration_hours }} hour(s).
If you didn't request this reset, please let us know so we can keep your account secure.
{% endblock %} {% block preheader %}{{ preheader }}{% endblock %} {% block heading %}Reset your two-factor authentication{% endblock %}