-
Notifications
You must be signed in to change notification settings - Fork 641
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Field-level permissions #947
Comments
An example of a comparable implementation is how ExpressionEngine allows the creation of different Form Layouts for different user groups. I think the method of setting access at the field level works better in my mind, but either approach would achieve the desire result. |
@angrybrad I've written a plugin which should do what you're after (although we're a couple of years on!): https://plugins.craftcms.com/craft-fab-permissions I'd be happy to hear any feedback you might have! |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
I'd like to be able to restrict certain fields to specific member groups.
Example: A user profile that contains a bunch of fields for contact information and a field for a "commission rate." A user should be able to edit the fields for their contact information, but only a member of a "management" user group should be able to see/edit the "commission rate" field.
The text was updated successfully, but these errors were encountered: