Skip to main content
Version: 0.9.14

Access logs

Path: /admin-settings/access-logs

Read-only audit feed for privileged-access events: successful and failed logins, logouts, password changes, session ends, and platform-wide role grants/changes/revocations. Use it when investigating account lockouts, password resets, unexpected SUPERUSER activity, or support tickets that mention login problems.

Event types

Events come from two categories — AUTH and ROLE_MANAGEMENT:

Action filterCategoryMeaning
Login (success)AUTHUser signed in successfully.
Login (failed)AUTHFailed attempt (lockout, bad password, and so on).
LogoutAUTHUser signed out.
Password changeAUTHPassword was changed or reset.
Session endAUTHSession ended (timeout, idle logout, admin action).
Role grantedROLE_MANAGEMENTUser received a team or platform role.
Role changedROLE_MANAGEMENTExisting role membership was updated.
Role revokedROLE_MANAGEMENTRole membership was removed.

The Details column may include a reason chip — for example lockout cause or role-change context.

Filters

ControlDescription
ActionNarrow to one event type, or All actions.
SearchMatch user name, email, client IP, or MSISDN (partial match).
From / ToUTC datetime window for the incident you are reviewing.
SuperAdmins onlyLimit results to events involving SUPERUSER accounts.
RefreshRe-query the latest 100 matching rows (does not paginate beyond that cap).

List columns

ColumnDescription
Date / TimeEvent timestamp (UTC).
TypeAction chip (login, role granted, and so on).
UserUsername or email when available.
IPClient IP recorded for the event.
MSISDNPhone identifier when the event carried one.
User AgentBrowser or client user-agent string (truncated with tooltip).
DetailsOptional reason or supplemental context.

Typical workflows

Investigate a lockout

  1. Open Access logs and filter Login (failed).
  2. Search for the user's email.
  3. Set From / To around the support ticket time.
  4. Read Details for lockout reason, then cross-check Team users if an admin reset is needed.

Review a role change

  1. Filter to Role granted, Role changed, or Role revoked.
  2. Optionally enable SuperAdmins only when auditing privileged accounts.
  3. Correlate with changes on Users and teams.

Access logs complement per-team user management: team ADMINs manage membership in Settings → Users; SUPERUSERs review the platform-wide audit trail here.

See also