Hey guys, I was wondering if there is a fast and simple way to move all the users from Awaiting Email Confirmation or Registered members? Is there also a way I can just delete them all?
Thanks.
--------------- Added [DATE]1210504406[/DATE] at [TIME]1210504406[/TIME] ---------------
OK, I just deleted them all and I did it threw the SQL. In case anyone wants to know how, this is how I did it.
PHP Code:
DELETE FROM user
WHERE usergroupid = '3'