{% extends 'emails/base.html.twig' %} {% block subject %} {%- autoescape false -%} You've enabled multi-factor authentication {%- endautoescape -%} {% endblock %} {% block body_text %} {% autoescape false %} Hi there, You've just enabled multi-factor authentication (MFA) for your account. You'll be asked to provide a verification code from your authenticator app when you log into your account using Google. You won't be able to log in using any other method while MFA is on. Disable MFA at any time through your settings. Thanks, Your friends at Ledger {% endautoescape %} {% endblock %} {% block body_html_content %} {% import 'emails/macros.html.twig' as EUI %} {{ EUI.displayAvatarText( appScheme ~ '://' ~ appHost ~ asset('images/ledger-icon.png'), 'Multi-factor enabled' ) }}
Hi there,
You've just enabled multi-factor authentication (MFA) for your account.
You'll be asked to provide a verification code from your authenticator app when you log into your account using Google. You won't be able to log in using any other method while MFA is on.
Disable MFA at any time through your settings.
{% endblock %}