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

Account

Users of this 2FAS plugin

Learn how 2FAS works

Manage authentication plans

AUTHENTICATION FACTORS BASIC PREMIUM
2FAS Authenticator

Installation of the 2FAS Authenticator mobile application or Google Authenticator enables you to log in to a WordPress account using TOTP tokens, which increases the protection level of your website.

Offline codes

If you lose your smartphone or delete an app, you can log in to your account using offline codes. Anytime you will generate 5 codes in the "Backup codes" bookmark.

{% if is_plan_premium %}
0 %}class="js-open-downgrade-modal"{% endif %}> {{ url.create_form_nonce(constant('TwoFAS\\TwoFAS\\Http\\Route::ACTION_DOWNGRADE_PLAN')) | raw }}

FREE

{% else %}
FREE
{% endif %}
2FAS Authenticator

Installation of the 2FAS Authenticator mobile application or Google Authenticator enables you to log in to a WordPress account using TOTP tokens, which increases the protection level of your website.

Offline codes

If you lose your smartphone or delete an app, you can log in to your account using offline codes. Anytime you will generate 5 codes in the "Backup codes" bookmark.

Text message (SMS) or Voice Call (VMS)

You cannot access a mobile app but you don't want to print or save your backup codes? Leave your phone number and we will send you a generated TOTP token via text or VMS (voice message service).

Support

In case of queries or technical issues, you can rely on our support. We are always available at our e-mail address.

{% if is_plan_premium %}
0 %}class="js-open-downgrade-modal"{% endif %}> {{ url.create_form_nonce(constant('TwoFAS\\TwoFAS\\Http\\Route::ACTION_DOWNGRADE_PLAN')) | raw }}

FREE

{% else %}
FREE
{% endif %}
{% if is_plan_premium %}
Active Plan
{% else %}
{{ url.create_form_nonce(constant('TwoFAS\\TwoFAS\\Http\\Route::ACTION_UPGRADE_PLAN')) | raw }}
{% endif %}
If you want to log out,
{{ url.create_form_nonce(constant('TwoFAS\\TwoFAS\\Http\\Route::ACTION_LOGOUT')) | raw }}
{% include 'modals/confirmation/logout-modal.html.twig' %} {% include 'modals/confirmation/downgrade-modal.html.twig' %} {% include 'modals/plan-modal.html.twig' %} {% include 'modals/credit-card-modal.html.twig' %} {% if true == show_wizard_modal %} {% include 'modals/wizard-modal.html.twig' %} {% endif %} {% endblock %}