{% extends 'user/master.twig' %} {% from 'macros.twig' import container_title, pagination %} {% from 'user/macros.twig' import user_session, user_login_attempt, user_account_log %} {% from '_layout/input.twig' import input_hidden, input_csrf, input_text %} {% set title = 'Settings' %} {% set menu = { 'account': [' Account', true], 'roles': [' Roles', not is_restricted], 'sessions': [' Sessions', true], 'login-attempts': [' Login Attempts', true], 'account-log': [' Account Log', true], } %} {% block content %} {% if errors|length > 0 %}
This is a listing of the user roles you're a part of, you can select which you want to leave or which one you want to boast as your main role which will change your username colour accordingly.
These are the active logins to your account, clicking the Kill button will force a logout on that session. Your current login is highlighted with a different colour so you don't accidentally force yourself to logout.
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.
This is a log of all "important" actions that have been done using your account for your review. If you notice anything strange, please alert the staff.