1
Hello,
So I am having a problem with setting system access rights. Specifically, it is about setting the rights to "Edit Users". I have searched the forums and havent found anything, but I might have missed it. If so, I apologize for wasting your time.
However, here is the problem in more detail.
In System->Groups->Modify Group I have all of the wonderful little check boxes you would expect. And in the "System Admin Rights" row at the top, for the Webmaster group, they are all checked except for "Edit Users". When I click the checkbox and then submit it, it says that the database was successfully updated. However, when I go back to the groups, the "Edit Users" box is still not checked. In viewing the source, this is what it says that particular checkbox is:
<input type='checkbox' id='system_catids[]13' name='system_catids[]' value='XOOPS_SYSTEM_USER' />Edit Users
Any reason why it would be passing the XOOPS_SYSTEM_USER as a value? And any idea how to fix this?