As a wiki user or admin, I want to be able to access logs of public registrations, so that I can monitor for bad actors or unexpected activity that may require further investigation.
Acceptance Criteria:
- If a user registers publicly for an event, their username and the event they registered for should be displayed in a public log so admins can view updates related to events
- If someone switches from public to private, the log associated with their registration should be removed; is this possible?
- If a user enables registration for an event, their username and the event they enabled registration for should be displayed in a public log so admins can view updates related to events
- We would be logging to Special:Log
- Note that logging is per-wiki and not global in terms of what users can see in Special:Log
- Trust & Safety use case: What if someone registers publicly and then later changes to private? We cannot easily change that in the logs, and even if we do, the past record of their public registration could have been captured somewhere.