{% extends 'settings/master.twig' %} {% from 'macros.twig' import container_title, pagination %} {% from 'user/macros.twig' import user_session %} {% from '_layout/input.twig' import input_hidden, input_csrf %} {% set title = 'Settings / Sessions' %} {% block settings_content %}
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.