Should the user access to specific pages or even specific fields on forms be declared as scopes? #5462
Unanswered
AssisrMatheus
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to study to create a following setup:
Now, I want to control what pages the user has access to. Or what modules. Or even each field of an specific form.
Should I have this as a bunch of tags in the user's scope(
page1:read page2:read page3:write page3.name:write
) (which might get big if I'm having access for specific fields)? Would It be a problem? Or it's not even the "right way", and if not, what would it be? Access control table on the user profile?Beta Was this translation helpful? Give feedback.
All reactions