{% extends "multifactor/base.html" %} {% load static %} {% block card_title %}Multi-Factor Verification{% endblock %} {% block container_class %}{% endblock %} {% block content %} {% if can_edit %} Add New Factor ➕ {% 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.
{{ factor.display_name }}Added {{ factor.added_on.date }}. {% if factor.last_used %}Used {{factor.last_used|timesince}} ago.{% else %}Never used.{% endif %} |
{% if factor.id in authed_kids %} 🔓 {% elif factor.enabled %} 🔒 {% endif %} {% if can_edit %} {% endif %} |
Fallback verification factors
Consider turning these off for higher security. |
{% csrf_token %} {% for fb_name, fb_enabled, fb_destination in available_fallbacks %} {% endfor %} |