Software /
code /
prosody-modules
Changeset
5769:561503e0c0f1
mod_audit: Update README with new name of mod_audit_register
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 30 Nov 2023 17:59:47 +0000 |
parents | 5768:628952e4ff47 |
children | 5770:111e970213a0 |
files | mod_audit/README.md |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_audit/README.md Thu Nov 30 17:59:08 2023 +0000 +++ b/mod_audit/README.md Thu Nov 30 17:59:47 2023 +0000 @@ -12,7 +12,7 @@ This module, however, only provides the infrastructure for audit logging. It does not, by itself, generate such logs. For that, other modules, such as -`mod_audit_auth` or `mod_audit_register` need to be loaded. +`mod_audit_auth` or `mod_audit_user_accounts` need to be loaded. ## A note on privacy