MyBB Community Forums

Full Version: password protected forums and mods/admins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So v set up some subforums as private guild password protected forums. But the problem with this is that now even superadmins lost access - yes they could use passwords but over time more and more would be added and that would make management tough.

Is there a way or a plugin that would allow me to add permission to skip the password check?
Most likely not.
The best hook location I can find is forumdisplay_start, but that isn't that promising. I noticed the function check_forum_password also seems to use the md5 function which makes it really ugly to even try and cheat the system without a core edit.