Need to restrict user to edit user table records excepts some fields.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2020 06:10 AM
Hi All,
I have a requirement to give access to one group who can edit only two fields of user table.
I created one role and i created two wrote ACL's which will give access to write this two fields.
As user module will be available after user_admin role only so i gave user_admin role to that group.After adding this role all the fields are editable for them on user table.
Can anyone please suggest how to achieve this.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2020 06:13 AM
Hi,
You need to write two field level write ACL's for that role,
Thanks,
Dhananjay.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2020 06:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2020 06:22 AM
Hi,
Yes i created two write acl for newly created role.
but they are able to access all fields of user table as user_admin role has been given to the group to give access to users module.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2020 06:39 AM
Hi,
There are too many OOB write ACL's for User table fields and they have user_admin role mentioned there thats why all the fields are editable for user_admin role.
You need to remove that role from other fields write ACL if you do not want other fields to be editable for that role.
Thanks,
Dhananjay.