Opened 6 years ago
Last modified 7 months ago
#7992 assigned feature request
Administrator notification on user account creation and deletion
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Up Next | Priority: | low |
Severity: | normal | Version: | |
Component: | Toolbar & Notifications | Keywords: | needs-patch needs-unit-tests |
Cc: |
Description
See #7826.
Is there interest in having BP notify site admins when user accounts are created or deleted? The impetus here is deletion, since it's an event that affects privacy, though I can see that we might consider doing both deletion and creation, for consistency.
This could be very noisy for some sites, so it would need to be configurable, either in the Settings UI or via a filter.
This kind of notification could easily be written as a plugin, so the question is whether it's something we think most BP installs would want.
Change History (6)
#2
@
6 years ago
- Keywords needs-patch added
Thanks, @r-a-y ! You've convinced me. I think this would be a useful feature, but I think there should be an easy way to turn it off. A filter would be the minimum, but IMO this is an item likely to be accessed frequently enough that it may be worth a UI toggle. (Maybe it could go in WP's Privacy settings? Not sure.)
#3
@
9 months ago
- Component changed from Core to Toolbar & Notifications
- Milestone changed from Under Consideration to Up Next
- Owner set to espellcaste
- Status changed from new to assigned
#5
@
8 months ago
I think this ticket is relative to #9098
In 11.4.0, we introduced specific notification for Administrators using a workaround. During the 14.0.0 dev cycle, we've decided to move the "Notice" feature out of the "Messages" component so that we can use it for these notification for Administrators.
I believe the kind of notifications discussed into this ticket are candidates to be handled thanks to the new Notice feature.
The impetus for why I suggested this is due to the GDPR Data Erase feature that comes natively with WordPress.
In WordPress, site admins are notified when data erase requests are submitted by the end user. The difference with BP is we leave deletion in the hands of the user. Some might argue that BP's no-telemetry approach is better for privacy reasons, but if I were administering a BP site, I would want to know if a user has deleted their account from the site.
Like you said, this kind of notification can be written as a plugin. Just thought that there might be an argument for it as a part of core.