{% extends "base_settings_page.html" %} {% block content %}
Once a new factor has been added to your account, you can not access your account anymore using only your password. If you remove all your second factors, 2 Factor Authentication is automatically disabled for your account.
Add Authenticator App Add Security Key
Factor type | Name | Actions |
---|---|---|
{{ f.type_str() }} | {{ f.name }} | Delete |
IP address | Location | Date | Bypass 2FA |
---|---|---|---|
{{ e.ip }} |
|
{{ e.fmt_time() }} | {% if e.can_bypass_2fa %}YES{% else %}NO{% endif %} |
Last successful 2FA authentication on this browser: {{ last_2fa_auth }}
{% endif %} {% endblock content %}