{# TOTP-Eingabe nach Passwort-Login #} {% extends get_theme_base_template() %} {% block base_title %}Zwei-Faktor-Authentifizierung{% endblock %} {% block base_content %}

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

{{ 'admin.two_factor.subtitle'|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 %}

Der Code ist nur kurze Zeit gültig.

{% if displayTrustedOption %}
{% endif %}

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

{% endblock %}