juan71287
05-11-2008, 09:49 AM
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 1210504406 at 1210504406 ---------------
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.
DELETE FROM user
WHERE usergroupid = '3'
Thanks.
--------------- Added 1210504406 at 1210504406 ---------------
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.
DELETE FROM user
WHERE usergroupid = '3'