Revisions and Commits
Revisions and Commits
| Status | Assigned | Task | ||
|---|---|---|---|---|
| Open | valerio.bozzolan | T1388 Off-Onboard people from WEEE Open asd | ||
| Open | valerio.bozzolan | T1387 Allow to disassociate User-Domain (and track it in the audit log) | ||
| Open | valerio.bozzolan | T102 Allow to disable/enable an User (and audit it) | ||
| Open | None | T337 Allow a Domain administrator to invite administrators and sub-administrators | ||
| Resolved | valerio.bozzolan | T1224 Track User → Domain permission assignments | ||
| Resolved | valerio.bozzolan | T365 Create global monitor panel | ||
| Resolved | valerio.bozzolan | T338 Create audit log |
Event Timeline
Comment Actions
Example password reset done by user 1, to user 34:
log_ID: 627
log_family: user
log_action: password.reset
log_timestamp: 2026-03-10 10:32:19
actor_ID: 1
marionette_ID: 34
mailforwardfrom_ID: NULL
mailbox_ID: NULL
domain_ID: NULL
plan_ID: NULLSo, proposed audit log line:
log_ID: 627
log_family: domain
log_action: admin.add
log_timestamp: 2026-03-10 10:32:19
actor_ID: ←←←←← user granting the permission
marionette_ID: ←←←←← user granted
mailforwardfrom_ID: NULL
mailbox_ID: NULL
domain_ID: ←←←←←← The domain
plan_ID: NULLVS:
log_ID: 627
log_family: domain
log_action: admin.remove
log_timestamp: 2026-03-10 10:32:19
actor_ID: ←←←←← user doing the action
marionette_ID: ←←←←← user demoted
mailforwardfrom_ID: NULL
mailbox_ID: NULL
domain_ID: ←←←←←← The domain
plan_ID: NULL