I have had another user somehow accidentally corrupt permissions. If I log in as admin, I see no post content, have no 'edit' buttons, and other weird stuff. Is there some way I can edit the database to reset all permissions to default?
I have no idea about how are your groups configured, however this is how default sites are. The table T_groups should has a record like the one shown in T_groups.png, and the settings for that group ( table T_groups__groupsetting ) as shown in T_groups__groupsetting.png.
Finally, make sure that at least one of the users ( usually "admin" ) belongs to that group, so the values of field user_grp_ID in table T_users and grp_ID in table T_groups should be the same.
Hi @tgodfrey,
I have no idea about how are your groups configured, however this is how default sites are. The table
T_groups
should has a record like the one shown in T_groups.png, and the settings for that group ( tableT_groups__groupsetting
) as shown in T_groups__groupsetting.png.Finally, make sure that at least one of the users ( usually "admin" ) belongs to that group, so the values of field user_grp_ID in table
T_users
and grp_ID in tableT_groups
should be the same.Regards!