{% extends 'registration/base_registration.html' %} {% load i18n %} {% if is_totp %} {% block card_img %} {% endblock %} {% endif %} {% block card_header %} {% if is_totp %}
Enroll Two-Factor Authentication
{% endif %} {% if is_sms %}
Enroll Text Message Authentication
{% endif %} {% endblock %} {% block card_body %} {% if is_totp %}

Use a one-time password authenticator on your mobile device or computer to enable MFA.

We recommend cloud-based mobile authenticator apps such as Authy, Duo Mobile, and LastPass. They can restore access if you lose your hardware device.

qr_code

If you cannot scan the QR code you can manually enter this secret {{ request.session.workos_totp_secret }}

{% endif %}
{% csrf_token %} {% include 'registration/form.html' %}
{% translate 'Back' %}
{% endblock %}