MyBB Community Forums

Full Version: Unhide Users
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
deleted
Try the following query in PHPMyAdmin:

UPDATE `mybb_users` SET `invisible`= `0`  WHERE `invisible` = `1`;

Be sure to download a backup of your database before running the above query.