How to modify Infomessage on login_cpw.do ( Change password) pageSummaryFor Password reset on login, users are redirected to Change password page (login_cpw.do) and an Infomessage "System administrator requires you to change your password" shows up on top of the page. If the requirement is to change the Infomessage showing on Change Password page(login_cpw.do) then the below details will help to show a new message.Instructionslogin_cpw.do is an unexposed UI page that cannot be modified and Infomessage that appears is hardcoded text. But the translations for that message are defined in the sys_ui_message table. So, this makes it easy if a message to be modified for the English language as well. To show a new infomessage on login_cpw.do page follow the below steps Navigate to sys_ui_message.list as AdminClick on New buttonOn Key field, define existing OOB Info message: System administrator requires you to change your passwordLeave the application field blankSelect language as 'English'Application=Global (Read-only)Message: define the new Info message you want to display. This replaces the OOB Info message on login_cpw.doSave the record. Now check password reset for the user and log in as a user, can see the new Info message on login_cpw.do page