Can we overwrite the Password Reset plugin's OOB message specifically for the Error?SummaryThe customer would like to change some of the Password Reset Error Message, ie: InstructionsThe error page that you see is referring toUI Page: $pwd_errorhttps://<INSTANCE_NAME>.service-now.com/nav_to.do?uri=sys_ui_page.do?sys_id=0dac50b6d7032100b9bc43d60e6103effrom UI page $pwd_error, we can see: ${gs.getMessage('This user cannot use the configured Password Reset process. Possible reasons:')} ${gs.getMessage('User does not exist or is not enrolled.')}${gs.getMessage('User is not part of the configured password reset process.')}${gs.getMessage('User is blocked (exceeded the limit on reset attempts or reset password recently).')}${gs.getMessage('User account is locked.')} ${gs.getMessage('Try again later. For immediate assistance, call the service desk.')} The gs.getMessage is pointing to sys_ui_messageLink:https://<INSTANCE_NAME>.service-now.com/sys_ui_message_list.do?sysparm_query=&sysparm_view=You may create a new sys_ui_message with:key: User does not exist or is not enrolled. <====note there's a dotLanguage: Enmessage: your custom message