- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2022 07:01 AM
How can I grant access to other users than admins to use the Set Password -UI Action on the user form? For instance could be the user_admin role. Currently it only says "Security constraints prevent access to requested page", when a non-admin user tries to use it.
TIA
Annika
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2022 07:12 AM - edited 10-24-2022 07:14 AM
Add your role to these three ACLs
instanceName.service-now.com/nav_to.do?uri=sys_security_acl.do?sys_id=9687eeeea5780110c0a0e1db2cdc9526
instanceName.service-now.com/nav_to.do?uri=sys_security_acl.do?sys_id=e7344ad6c3623010559d74c3e540dd7d
instanceName.service-now.com/nav_to.do?uri=sys_security_acl.do?sys_id=55fc17aa73133300616ca9843cf6a7bf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2022 07:33 AM - edited 10-24-2022 07:38 AM
Hello @Annika Aaltonen,
In order to add the user's role to the UI action ACL,
Go to the ACL module
Go to the following ACLs on the list
Elevate your role to Security Admin in order to add the user's role to the ACLs
If this helped you resolve the issue please hit the Helpful and Accept as Solution buttons.