{% extends "dashboard/user/user-base.html.twig" %} {% block tab %}
    {% if is_sms_configured %} {% if is_sms_enabled %}
  • {{ url.create_form_nonce(constant('TwoFAS\\TwoFAS\\Http\\Route::ACTION_DISABLE_SMS')) | raw }}
  • {% else %}
  • {{ url.create_form_nonce(constant('TwoFAS\\TwoFAS\\Http\\Route::ACTION_ENABLE_SMS')) | raw }}
  • {{ url.create_form_nonce(constant('TwoFAS\\TwoFAS\\Http\\Route::ACTION_REMOVE_SMS_CONFIGURATION')) | raw }}
  • {% endif %} {% endif %}
  • LEARN MORE

Text Message (SMS) and Voice Call backup will allow you to authenticate to your WordPress account when you can't use tokens generated by 2FAS Authenticator.

Backup codes - SMS/VMS are already configured.

Phone number: {{ phone_number }}

If you want to change phone number, click button below.

Configure Backup codes — SMS/VMS

Step 1

Add phone number

Enter your phone number.

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

Step 2

Enter token

Select backup services and enter the 6-digit token you received in the SMS.

{{ url.create_form_nonce(constant('TwoFAS\\TwoFAS\\Http\\Route::ACTION_CONFIGURE_SMS')) | raw }}
{% include 'modals/confirmation/deletion-confirmation-modal.html.twig' %} {% include 'modals/confirmation/disable-phone-modal.html.twig' %} {% endblock %}