Debug Rationale for why user can/cant access thread/ function - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: Debug Rationale for why user can/cant access thread/ function (/thread-239262.html) |
Debug Rationale for why user can/cant access thread/ function - mako - 2023-09-27 Im trying to understand why a given user can or cant post/ do other functions in a thread. If there is a number of permissions the system has to work through, is their any way we can see what the problem is and why the user is allowed or disallowed that function, by seeing the system logic for the decision? Does that make any sense? RE: Debug Rationale for why user can/cant access thread/ function - HLFadmin - 2023-09-27 Permission viewer plugin may be of some help. It throws a lot of warnings in PHP8, but seems to be fully functional. It allows you to see all permissions of a given user. https://community.mybb.com/mods.php?action=view&pid=270 RE: Debug Rationale for why user can/cant access thread/ function - mako - 2023-09-27 Thanks, should help considerably |