{% extends "multifactor/base.html" %}{% load static i18n %} {% block card_title %}{% trans "Add TOTP Authenticator" %}{% endblock %} {% block content %} {% block preform %}
{% blocktrans %}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.{% endblocktrans %}
{{secret_key}}
{% trans "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 %}