{% extends "base.html" %} {% load authnames crispy_forms_tags i18n icons otp_webauthn translations %} {% block breadcrumbs %}
  • {% translate "Your profile" %}
  • {% translate "Register new authenticator app" %}
  • {% endblock breadcrumbs %} {% block content %}
    {% csrf_token %}

    {% documentation_icon 'admin/auth' '2fa' right=True %} {% translate "Register new authenticator app" %}

    {% translate "Authenticator apps generate time-based one-time passwords that are used as a second factor to verify your identity when prompted during sign-in." %}

    {% translate "Scan the QR code" %}
    {{ totp_svg }}

    {% translate "You can also enter the secret key manually:" %}

    {{ totp_key_b32 }}
    {{ form|crispy }}

    {% translate "Back to account settings" %}

    {% endblock content %}