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:53 AM
but then how user module will be available for them without user_admin role?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2020 07:01 AM
As user_admin already have write access to all user table fields so you need to remove user_admin role from those write field level ACL's. Then it will work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2020 07:07 AM
but then it will not work for user admins also right. Is there any other way to make all fiedls read only for that specific group

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2020 07:11 AM
The users having Admin role can edit all the fields as they have admin role there.
Only users having user_admin can not edit if you remove.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2020 07:13 AM
Okay starting from starting, so initially whether users from that group are able to read the user table records but not write the fields? If yes creating a field level write ACL will do the job for you.