{% from "oldman/dashboard/components/modal.html" import modal with context %}
{{ session_profile.username }}
{% if session_profile.is_active %} {{ _('Active') }} {% else %} {{ _('Disabled') }} {% endif %} {% if session_profile.is_superuser %} {{ _('Superuser') }} {% elif session_profile.is_staff %} {{ _('Staff') }} {% endif %}| {{ _('Page Scope') }} | {{ _('Current session only') }} |
|---|---|
| {{ _('Password Scope') }} | {{ _('Current user only') }} |
| {{ _('Logout Flow') }} | {{ _('End current session') }} |
{{ _('This page manages the current authenticated session. User administration remains in the application user-management area.') }}
{% endcall %} {% call modal( 'user-session-password-modal', _('Change Password'), component='modal', close_label=_('Close'), dialog_scrollable=true, remote_content=true, inline_hidden_style=true ) %}{{ _('Open the remote form to change the current session password.') }}
{% endcall %}