dose someone know how to delete inactive users??
dose someone know how to delete inactive users??
You can delete the Inactive Users through admin area
User Admin = > Inactive Users = > Delete
yes you can do that there deleting on by one but if someone have more than 7000 inactive users :(
Save as user_delete.php, run once in browser. Set cron to run this once a year
Code:include ('include/config.php'); $sql = mysql_query("DELETE FROM signup WHERE account_status='inactive'") or die(mysql_error());
i used this for 2.7
PHP Code:
DELETE FROM users WHERE user_account_status='inactive'
this should be a default option in admin control , i just checked my site there were 6000+ inactive users :(
Is there something that will work with 2.8.1? I've tried all of the above
Bookmarks