You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello i have a problem with this package. lets say i have a table Users, and a table UserIsWorking. And 2 roles AdminRole and WorkerRole.
WorkerRole has no permissions to table Users, and thats fine, but the WorkerRole has permission to table UserIsWorking.
And now the problem is here, WorkerRole should be able to add an User to the table UserIsWorking, but since he has no permission to view the table Users the WorkerRole cannot assign an User to table UserIsWorking.
Any ideas how to fix this so that the WorkerRole cannot access nova/resurces/users but can add an user to UserIsWorking?
The text was updated successfully, but these errors were encountered:
Hello i have a problem with this package. lets say i have a table Users, and a table UserIsWorking. And 2 roles AdminRole and WorkerRole.
WorkerRole has no permissions to table Users, and thats fine, but the WorkerRole has permission to table UserIsWorking.
And now the problem is here, WorkerRole should be able to add an User to the table UserIsWorking, but since he has no permission to view the table Users the WorkerRole cannot assign an User to table UserIsWorking.
Any ideas how to fix this so that the WorkerRole cannot access nova/resurces/users but can add an user to UserIsWorking?
The text was updated successfully, but these errors were encountered: