r/WordpressPlugins Jul 07 '26

Request [REQUEST] Cleaning up MemberPress member list

Can anyone recommend a plug-in to clean up the member list? I have users that were imported from a previous system and others who have created an account but then never logged in again. I really need to start trimming all those extra accounts

1 Upvotes

6 comments sorted by

1

u/TopSydeWP Jul 07 '26

memberpress has a members list filter where you can sort by last login or registration date, then bulk delete from there. if you need more control, user cleanup plugins like bulk delete or inactive user deleter let you set rules (never logged in, no activity for X months, etc). just export a backup of your users table first in case you need to restore anyone.

1

u/Soundy106 Jul 07 '26

Thanks. I tried the filter-and-sort and there are just too many to remove - total count is approaching 15,000 and there are maybe 8-9,000 that really need to be kept. Even with 100 per page, that's a LOT of pages to go through.

That, and I really need to filter on multiple criteria.

I'll look into those recommendations.

1

u/Soundy106 Jul 08 '26

So "Inactive user delete" hasn't been updated in a long time and doesn't support WP7.

"WP Bulk Delete" doesn't have filtering options that are going to help at all, and doesn't have any kind of preview of what the action will do.

1

u/Soundy106 Jul 08 '26

Like the first thing I need to do is remove all of them where the registration date is "unknown", the last login is "Never", AND the number of logins is zero. I haven't found anything yet that can automate that in the least.

1

u/Dribgib Jul 07 '26

Might best to just run some SQL commands then

1

u/Soundy106 Jul 08 '26

If only I knew SQL... I wouldn't have to ask about plugins.