{% extends "hidp/base_email.html" %} {% load i18n %} {% block content %}

{% blocktranslate trimmed %} Your two-factor-authentication configuration on your account has been removed. Your recovery codes have been invalidated, and you will need to generate new ones if you wish to use two-factor-authentication again. You can re-enable two-factor-authentication by visiting the two-factor authentication settings page: {% endblocktranslate %}

{{ otp_management_url }}

{% endblock %}