comparison mod_audit_user_accounts/README.md @ 5745:628952e4ff47

mod_audit_user_accounts: Renamed from mod_audit_register
author Matthew Wild <mwild1@gmail.com>
date Thu, 30 Nov 2023 17:59:08 +0000
parents mod_audit_register/README.md@530d116b7f68
children
comparison
equal deleted inserted replaced
5744:b4607c5dfcac 5745:628952e4ff47
1 ---
2 summary: Store user account lifecycle events in the audit log
3 rockspec:
4 dependencies:
5 - mod_audit
6 ...
7
8 This module stores events related to user accounts in the audit log. Events
9 include:
10
11 - New user registered via IBR (user-registered)
12 - User deleted their account via IBR (user-deregistered)
13 - User requested deletion of their account (i.e. when a grace period is set) (user-deregistered-pending)
14 - User account disabled
15 - User account enabled
16
17 There are no configuration options for this module. It depends on mod_audit.