How to override user permission from role for certain users? #1915
Unanswered
francissebintopscore
asked this question in
Q&A
Replies: 1 comment
-
You can achieve that reading older answered discussions instead of open 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
-
Hi,
Thanks in advance,
How to override user permission to certain users?. The scenario is the following thing.
There is a role called editor, the editor has the privilege to create, edit, view, and delete posts. I need certain users with the role editor to revoke permission to delete posts.
User A (Editor role)=> can create, edit, view, and delete posts
User B (Editor role)=> can create, edit, view, and there is no delete option for posts
How can I achieve this with the Spatie package or any recommendation of a package that is able to do so?
Beta Was this translation helpful? Give feedback.
All reactions