{# Wiederherstellungscode beim 2FA-Login – gleiches Theme wie TOTP #} {% extends get_theme_base_template() %} {% block base_title %}{{ 'admin.two_factor.recovery_login_title'|trans }}{% endblock %} {% block base_content %} {{ parent() }}

{{ 'admin.two_factor.recovery_login_title'|trans }}

{{ 'admin.two_factor.recovery_login_subtitle'|trans }}

{{ 'admin.two_factor.recovery_login_warning'|trans }}
{% if authenticationError %}
{{ authenticationError|trans(authenticationErrorData, 'SchebTwoFactorBundle') }}
{% endif %} {% if availableTwoFactorProviders|length > 1 %}

{{ 'choose_provider'|trans({}, 'SchebTwoFactorBundle') }}:

{% for provider in availableTwoFactorProviders %} {{ ('admin.two_factor.provider_' ~ provider)|trans }} {% endfor %}
{% endif %}
{% if isCsrfProtectionEnabled %} {% endif %}

Jeden Code kannst du nur einmal verwenden.

{% if displayTrustedOption %}
{% endif %}

{{ 'cancel'|trans({}, 'SchebTwoFactorBundle') }}

{% endblock %}