You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every privileged action (role change, report resolution, user ban, event edit, email change) should be auditable. This is both a security and a trust feature.
Context
Every privileged action (role change, report resolution, user ban, event edit, email change) should be auditable. This is both a security and a trust feature.
Acceptance criteria
AuditLogmodel:{ id, actorId, action, targetType, targetId, diff (json), ip, userAgent, createdAt }logAudit(...)called from every mutation in/admin/admin/auditread-only table viewable by superadmin onlyDepends on #7.