<h2>How to disable Password Reset UI Page for all users.</h2><br/><div style="overflow-x:auto"><article><div ><h3 >Issue </h3><section><ul style="list-style-position: inside;"><li>The ServiceNow Password Reset application enables an end-user to use a self-service process to reset or change the password. Alternatively, an organization can implement a process that requires a service desk agent to reset passwords for end-users.</li><li>The requirement is to disable the password reset UI page. </li><li>Even after removing the password reset process for users/groups, the users are able to access the password reset UI page which has been saved in bookmarks/favorites. </li></ul></section></div><div ><h3 >Release</h3><section><ul style="list-style-position: inside;"><li>All Versions.</li></ul></section></div><div ><h3 >Resolution</h3><section><ul style="list-style-position: inside;"><li>The password reset UI page will not have any access restrictions and is open to the public. This is because users should be able to access the password reset page even without login to ServiceNow instance.</li><li>To remove access to the UI Page, you have to follows the below steps. <br /><br /> <ol style="list-style-position: inside;"><li>Create an ACL that restricts access to the password reset page.(Navigate to SystemSecurity-->Access Control(ACL)<br /><br /> <ul style="list-style-position: inside;"><li>https://<Instance_Name>.service-now.com/sys_security_acl_list.do?sysparm_query=</li><li>Create New Record as shown in below screenshot:<br /><br /><br /><img style="align: baseline;" src="sys_attachment.do?sys_id=c77ce33cdb0cb0d016d2a345ca9619d2" width="843" height="510" align="baseline" /><br /><br /></li></ul> </li><li>Remove Password Reset page from "Public Pages"(sys_public).<br /><br /> <ul style="list-style-position: inside;"><li>https://<Instance_URL>.service-now.com/nav_to.do?uri=sys_public.do?sys_id=7103e9b2d7032100b9bc43d60e6103cc</li></ul> </li></ol> </li></ul></section></div></article></div>