Quote:
Originally Posted by borbole
Do they have the same email provider address like .......@.ru for ex? If they do you can mass delete them with a query at the phpmyadmin.
Code:
DELETE FROM user WHERE email LIKE '%.ru';
|
I have the same exact issue, are you sure deleting just from the member table wont mess up the DB? It is my understanding table user data is disseminated among different tables.