{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Login history / security log. Every authenticated account sees its own; an account that administers others (createNewUser) can additionally pick one of those from the dropdown -- fetchLoginHistory re-checks ownership server-side regardless of what this page offers in the list. {% endcomment %} {% block title %}Login history{% endblock %} {% block content %}

Login history

Successful and failed sign-in attempts, kept for 90 days.

{% if canViewOthers %} {% endif %}
Loading login history…
When Result IP address 2FA User agent
No login attempts recorded yet.
{% endblock %} {% block scripts %} {% endblock %}