Log in

View Full Version : Deleting/Changing Users Awaiting Email Confirmation


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'

Marco van Herwaarden
05-12-2008, 11:06 AM
You should not do this by manually changes the database directly.

Good solution:

AdminCP -> Users -> Prune / Move Users