Identity
{{ account_user.display_name or account_user.user_id }}
{{ account_user.email or account_user.user_id }}
{% extends "base.html" %}
{% block title %}Account | Suvra{% endblock %}
{% block content %}
Human session details, login state, and password reset entry points.Account
{{ message }}
{% endif %} {% if error_message %}{{ error_message }}
{% endif %}{{ account_user.display_name or account_user.user_id }}
{{ account_user.email or account_user.user_id }}
{{ account_user.last_login_at or "-" }}
Failed logins tracked: {{ account_user.failed_login_count or 0 }}
{{ active_sessions|length }}
Auth kind: {{ current_user.auth_kind }}
Password reset invalidates older password sessions. Log out all sessions revokes every active human session for this account.
| Session | Status | Created | Expires | Last Seen | Revoked By |
|---|---|---|---|---|---|
{{ row.session_id }} |
{{ row.status }} | {{ row.created_at }} | {{ row.expires_at }} | {{ row.last_seen_at or '-' }} | {{ row.revoked_by or '-' }} |
| No session history yet. | |||||