{% extends "dashboard/admin/admin-base.html.twig" %} {% block page %}

Admin Configuration

Select which roles need to obligatorily use 2FA to log in:

{{ url.create_form_nonce(constant('TwoFAS\\TwoFAS\\Http\\Route::ACTION_SAVE_ROLES')) | raw }}

Users with the selected roles will not be able to log in without 2FA.

{% for role in roles %}
{% endfor %}

Enable logging for troubleshooting:

{{ url.create_form_nonce(constant('TwoFAS\\TwoFAS\\Http\\Route::ACTION_SAVE_LOGGING')) | raw }}

For diagnostic purposes, 2FAS contains an option that turns on logging for certain features. These logs can be helpful for support staff who is troubleshooting problems.

{% endblock %}