MyBB Community Forums

Full Version: Band cache issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I have more than 500 banned users, I wanna un-band all of them.
kingofsea - unbanning about 500 banned users is a quite uncommon use case... So you could easily do this via the database...
(2014-09-02, 07:26 PM)Nik101010 Wrote: [ -> ]kingofsea - unbanning about 500 banned users is a quite uncommon use case... So you could easily do this via the database...

thank you for your replay, but do you think that everyone knows how to use MySQL query, it's not a easy thing.
One way you could achieve this is by going to PHPMyAdmin on your hosting panel. Then run this query:
UPDATE mybb_banned SET lifted=1

After doing that, log into your ACP. Go to the Tools & Maintenance Tab and click on Task Manager. Run the Half Hourly User Cleanup Task.
Pages: 1 2