{% extends "multifactor/base.html" %}{% load static %} {% block card_title %}Add Authenticator{% endblock %} {% block content %} {% block preform %}
Start by downloading an Authenticator App on your phone. Show suggestions...
{{secret_key}}
Your Authenticator app should be able to scan the image above. If that does not work, you should be able to manually input the token shown beneath the barcode. Once you are linked up, it should give you a slowly-rotating 6-digit code. Copy a code into the box below before it expires and click Verify.
{% endblock preform %} {% endblock %} {% block head %} {% endblock %}