-
Hi: I have a question regarding the permissions in the Orchid backend. Is there any way to remove the "Attachments" permission from appearing on the User Edit Page in the backend? I would like to eliminate the option because I don't use it in my application. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
tabuna
May 12, 2023
Replies: 1 comment 2 replies
-
You can use the method: Dashboard::removePermission('need key') It is best to do this after registration, for example with a service provider |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jfuentesa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the method:
It is best to do this after registration, for example with a service provider