{% extends '@mio/settings/master.twig' %} {% from '@mio/macros.twig' import pagination %} {% 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 %} {{ pagination(login_attempts_count, login_attempts_take, login_attempts_offset, '?m=login-history', 'settings__') }}
{% endblock %}