{% extends "multifactor/base.html" %} {% load static %} {% block card_title %}Multi-Factor Authentication{% endblock %} {% block container_class %}{% endblock %} {% block content %} {% if can_edit %} {% endif %}

To keep your account secure, you can add one or more secondary authentication factors. These are commonly USB keys, or codes acquired through a secure mechanism like an authenticator.

{% for key in keys %} {% endfor %}
{{ key.get_key_type_display }}

Added {{ key.added_on.date }}. {% if key.last_used %}Used {{key.last_used|timesince}} ago.{% else %}Never used.{% endif %}

{% if key.id in authed_kids %} 🔓 {% elif key.enabled %} 🔒 {% endif %} {% if can_edit %}
{% csrf_token %}
{% csrf_token %}
{% endif %}
Fallback verification factors

Consider turning these off for higher security.

{% csrf_token %} {% for fb_name, fb_enabled, fb_destination in available_fallbacks %} {% endfor %}
What is multi-factor authentication? Where do I start?