{% extends '@mio/settings/master.twig' %} {% from '@mio/macros.twig' import paginate %} {% block settings_content %}

These are all the login attempts to your account. If any attempt that you don't recognise is marked as successful your account may be compromised, ask a staff member for advice in this case.

{% for attempt in user_login_attempts %}
{% if attempt.user_agent|length > 0 %} {% endif %}
{% endfor %} {{ paginate(user_login_attempts, '?m=login-history', 'settings__') }}
{% endblock %}