How to disable permission on role to specific user? #2600
Unanswered
donnyatspe
asked this question in
Q&A
Replies: 1 comment
-
Always read other threads first, before opening a new one |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have role "Manage XYZ", and this role has permissions like "create", "view", "update", "delete". This will add records into "role_has_permissions" table. And this role we assign to user "User A", "User B" and "User C". This will add records into "model_has_roles" table. If I want add new permission "publish" for "User C" only. So it will add new record into "model_has_permissions" table. If I want disable "create" for "User A" only, it is possible?
Beta Was this translation helpful? Give feedback.
All reactions