You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this request requires additional support (e.g., such as direct email/phone/meeting/development), I have the following interest in helping to sponsor the effort via GitHub Sponsors:
None, please continute to work for me for free :P
Absolutely, I get value out of this!
Maybe later
I'm already a sponsor... Woot!
Is your feature request related to a problem?
There are use cases where larger groups of user accounts need to be bulk deleted. For example, when manually cleansing a site of unused user accounts.
Describe the solution you'd like
Have a large text box that accepts a comma-delimited list of UserIDs.
Upon clicking to accept and process the list, they are iterated through individually, after the input is validated.
It's important that there are performance rails put into place for this, depending on how many user accounts are allowed to be deleted at a time. Maybe we have a hard limit on the number of user accounts that can be bulk-deleted at a time?
There will be a checkbox or toggle to indicate whether or not the delete is a soft- or hard-delete. If turned on, it's a permanent delete. Otherwise, the user account is soft deleted and sent to the recycle bin.
A resulting log should be displayed at the end and also saved to the event log.
Bulk delete should only be available to superuser accounts, and no others. Other user accounts can see the option, but they can't click on it. It should appear to be disabled. When hovering over it, a tooltip should tell them that this is a feature only for superusers. There is otherwise no need for a tooltip, but if it's easier, just use the same text as what is being displayed.
Tooltip: Only a superuser is allowed to bulk delete user accounts.
Describe alternatives you've considered
None, yet.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Sponsorship
If this request requires additional support (e.g., such as direct email/phone/meeting/development), I have the following interest in helping to sponsor the effort via GitHub Sponsors:
Is your feature request related to a problem?
There are use cases where larger groups of user accounts need to be bulk deleted. For example, when manually cleansing a site of unused user accounts.
Describe the solution you'd like
Have a large text box that accepts a comma-delimited list of UserIDs.
Upon clicking to accept and process the list, they are iterated through individually, after the input is validated.
It's important that there are performance rails put into place for this, depending on how many user accounts are allowed to be deleted at a time. Maybe we have a hard limit on the number of user accounts that can be bulk-deleted at a time?
There will be a checkbox or toggle to indicate whether or not the delete is a soft- or hard-delete. If turned on, it's a permanent delete. Otherwise, the user account is soft deleted and sent to the recycle bin.
A resulting log should be displayed at the end and also saved to the event log.
Bulk delete should only be available to superuser accounts, and no others. Other user accounts can see the option, but they can't click on it. It should appear to be disabled. When hovering over it, a tooltip should tell them that this is a feature only for superusers. There is otherwise no need for a tooltip, but if it's easier, just use the same text as what is being displayed.
Tooltip:
Only a superuser is allowed to bulk delete user accounts.
Describe alternatives you've considered
None, yet.
Additional context
N/A
The text was updated successfully, but these errors were encountered: