{% 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. Use it to scan in this QR code.
{{secret_key}}
Once scanned, your Authenticator will give you a 6-digit, rotating code. Copy that code into the box below and click Verify.
{% endblock preform %} {% endblock %} {% block head %} {% endblock %}