{% extends "base.html" %}
{% load static %}
{% block head %}
{% url 'get_new_otop' as get_new_otop %}
{{ get_new_otop|json_script:"get_new_otop" }}
{% url 'verify_otop' as verify_otop %}
{{ verify_otop|json_script:"verify_otop" }}
{{ redirect_html|json_script:"redirect_html" }}
{{ reg_success_msg|json_script:"reg_success_msg" }}
{{ RECOVERY_METHOD|json_script:"RECOVERY_METHOD" }}
{% url 'manage_recovery_codes' as manage_recovery_codes %}
{{ manage_recovery_codes|json_script:"manage_recovery_codes" }}
{% url 'mfa_home' as mfa_home %}
{{ mfa_home|json_script:"mfa_home" }}
{% endblock %}
{% block content %}
Scan the image below with the two-factor authentication app on your phone/PC. If you can’t use a barcode, enter this text instead.
Enter the six-digit code from the application
After scanning the barcode image, the app will display a six-digit code that you can enter below.