MyBB Community Forums

Full Version: deleting all users awaiting activation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello. is there a way to clear out all "awaiting activation" users? or is there a timer to do so, for example, clearing those users out if they don't activate within a week?

thanks! Wink
(2009-03-08, 04:55 AM)cvnleong Wrote: [ -> ]Hello. is there a way to clear out all "awaiting activation" users? or is there a timer to do so, for example, clearing those users out if they don't activate within a week?

thanks! Wink

This is one method I could easily explain...

Goto: Admin CP -> User & Groups -> Find Users (TAB)

Select in: Is member of one or more of these user groups (Awaiting Activation)

This will at least list all the current users awaiting activation. Then do table viewing and edit the view under the category of your choice and move along the list Toungue
That's pretty useless if there's 250 users awaiting activation.

SQL query:

DELETE FROM `mybb_users` WHERE `usergroup` = '5'
thanks it works! Smile