{% extends "multifactor/base.html" %}{% load static %} {% block card_title %}Add TOTP Authenticator{% endblock %} {% block content %} {% block preform %}
Start by downloading an Authenticator App on your phone. Google Authenticator for Android or Authy for iPhones.
{{secret_key}}
Scan the barcode above with your Authenticator. It will give you a rotating 6-digit code.
Copy that code into the box below and click Verify.
{% endblock preform %} {% endblock %} {% block head %} {% endblock %}