MyBB Community Forums

Full Version: Deleting Registered Users
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have 1173 registered users and 547 awaiting activation. I have been deleting thousands of posts in various languages by deleting forums but when it comes to deleting users, I can only delete twenty (20) at a time.

Is there some better (faster) way?

Thank you for your help

Jim Adrian
Run this SQL query:

DELETE FROM mybb_users WHERE usergroup='5'

This deletes all users awaiting activation.