
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2015 05:57 AM
If a user has user-admin role in service now, then how can he/she change the password on another user ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2015 09:04 AM
User Admin role gives access to user table and so as the table columns. There is a write aceess to user table and also write access to some of the fields of the table. Hence user admin role can change password. If you want to restrict that, you can make password field as read only with the help of access control list or ACLs
For more info, check on wiki for ACL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2015 09:04 AM
User Admin role gives access to user table and so as the table columns. There is a write aceess to user table and also write access to some of the fields of the table. Hence user admin role can change password. If you want to restrict that, you can make password field as read only with the help of access control list or ACLs
For more info, check on wiki for ACL

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2015 08:18 AM
Thank You for your help

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2015 10:31 AM
Hi Pururava,
user_admin role cannot change the password as OOB there is a read and write ACL's which restrict the access.
OOB only admin role has the access.
Just change the instance name as per yours to check the ACL.
You have to adjust the ACL's in order to give the access to specified role as per your req. Please go through the below link for more info.
http://wiki.servicenow.com/index.php?title=Using_Access_Control_Rules
I hope this answers your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2015 08:18 AM
Thank You for your help