view mod_audit_user_accounts/README.md @ 5942:5ccc03c33158

mod_muc_moderation: Fix a regression. Actor occupant-id was not added under the moderated tag, but at the top level.
author John Livingston <git@john-livingston.fr>
date Fri, 26 Jul 2024 18:22:30 +0200
parents 628952e4ff47
children
line wrap: on
line source

---
summary: Store user account lifecycle events in the audit log
rockspec:
  dependencies:
  - mod_audit
...

This module stores events related to user accounts in the audit log. Events
include:

- New user registered via IBR (user-registered)
- User deleted their account via IBR (user-deregistered)
- User requested deletion of their account (i.e. when a grace period is set) (user-deregistered-pending)
- User account disabled
- User account enabled

There are no configuration options for this module. It depends on mod_audit.