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

but then how user module will be available for them without user_admin role?

 

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.

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

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.

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.