-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the ability to delete stale pending registrations #4069
Comments
I think this feature should come with additional options like search and pagination.
btw @paustian I guess your pendings are spam you can try to reduce them via banned email domains feature in settings module... |
-> Users module |
yes sorry |
since pending is "just" a status and 3party modules are handled by events anyway it may also be just an upgrade - improvements in users list #3953 Main problem is that there is no proper way to target a specific group of users(including or not pendings) and then perform delete action on them. |
I'll take this one (eventually but for 3.0) |
take a look on #3953 too and please consider databases like 40k+ users |
@paustian. When we initially talked about this, I thought you were talking about automatic removal based on an expiry date. Your ticket indicates a more manual approach. which do you prefer? |
ping @paustian |
Craig, automatic woudl be best, but I would be happy with either. Sorry for the slow response, I am frantically getting my classes on for next week. |
refs #3928 |
This should also be something the Core does automatically if the time to register expires.
Summary
Deleting all users should be a simple sql call to the database and implemented in UserRegistry. Since they are pending users, they should have no attachment to any other modules so removing them should not cause any consequences.
Desired Behavior
Have a button in the interface for users would be the simplest implementation. Pressing it gets rid of the users.
Possible Solution
After pressing it, an Are you Sure dialog would be nice. If yes, all stale pending users are deleted.
Context
My sites accumulate a ton of pending users. It woudl be nice to get rid of them.
The text was updated successfully, but these errors were encountered: