Non-admin users can edit some user fields

Riya17
Giga Contributor

Hi,

I need to prevent non-admin users from editing any of the user fields. Only admins should be able to edit user records.  How can I set ACL for this?

Thanks

Riya

1 ACCEPTED SOLUTION

Ajaykumar1
Tera Guru

Hi Riyak,

Create an ACL on sys_user table by elevating the security admin role.

type : record

Operation : Write

Advanced : True

Name : user [sys_user] : none

Role : admin

Script : answer = true;

 

 

Mark if Correct/Helpful.

Regards,
Ajay

View solution in original post

5 REPLIES 5

MateoBilandzija
Tera Expert

I have an different request - I would like to have 5 Fields to be editiable - I created an special User Table ACL and added it to the fields but its still read only always. Do they need any other specific Role