{% extends "multifactor/base.html" %} {% load static %} {% block card_title %}Multi-Factor Authentication Dashboard{% endblock %} {% block card_classes %}{% endblock %} {% block content %} {% if can_edit %}
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.
Type | Actions | |
---|---|---|
{{ 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 %} {{key.enabled|yesno:'Enabled,Disabled'}} Delete {% endif %} | |
You don't have any keys yet, please add one. |