Read only user permission issue
-
I have created a new user with a new permission group called readonly. Intended to be used same as user minus the ability to change setpoints.
I have readonly permission added to
1, each points' read permission.
2, dashboard pages' read permission
3, dashboard pages' permission required
4, watchlist permissionIf I go to users, and switch user to the one with readonly permission. It works as intended. If I log in from scratch with said user, it cannot find the page.
-
Check the menu list under edit menu, you may not have added the readonly permission to the menu items themselves so they are displayed.
-
Hi sbaik,
i suspect you need to modify the permissions in your JSON store for the readonly usergroup. This sounds a lot like what Fabier encountered in this thread: https://forum.infiniteautomation.com/topic/3357/new-user-no-ui-displaying-at-regular-login
So, go to JSON store under administration and make sure there is read permission for 'readonly' on the mangoUI-menu
-
@MattFox I double checked the menu item permissions and it was correct @phildunlap This was exactly it. I overlook the JSON every time. Thank you!