Need to restrict user to edit user table records excepts some fields.

karishma
Mega Expert

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.

 

18 REPLIES 18

Dhananjay Pawar
Kilo Sage

Hi,

You need to write two field level write ACL's for that role,

Thanks,

Dhananjay.

Hi,

Check sample ACL for first name field,

find_real_file.png

 

Configure two write ACL as per above screenshot for two fields.

Make sure Admin overrides checkbox should be false.

Thanks,

Dhananjay.

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.

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.