{% extends "base.html" %} {% load compress static hc_extras %} {% block content %}

Set Up Authenticator App

{% site_name %} supports time-based one-time passwords (TOTP) as a second authentication factor. To use this method, you will need an authenticator app on your phone.

{% csrf_token %}

Step 1. Scan the QR code below using your authentication app.

Step 2. Enter the six-digit code from your authenticator app below.

{% if form.code.errors %}
{{ form.code.errors|join:"" }}
{% endif %}
{% endblock %}