How to find source of Error Message

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2023 10:55 AM
How can I:
1) Find the source of the error message "Password must contain minimum" ...OR...
2) Determine, with confidence, that this error message is coming from a part of ServiceNow that I don't have access to?
I tried searching in the following locations:
1. Global Search
2. sys_ui_message table
3. sys_metadata table
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2023 11:02 AM
https://<instance>.service-now.com/nav_to.do?uri=%2Fsys_ui_message.do%3Fsys_id%3D021e710873333300fdbd04fbc4f6a765%26sysparm_record_target%3Dsys_ui_message%26sysparm_record_row%3D1%26sysparm_record_rows%3D48%26sysparm_record_list%3DmessageCONTAINSpassword

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2023 11:08 AM
Thanks, but no, that does Not contain the exact text I'm searching for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2023 11:03 AM
Not sure I can help with point (1) -- but perhaps this link can help with knowing if you can update your instance in a way that accomplishes your end goal: Customize the Password requirement Strength for the Reset Password form - Support and Troubleshootin...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2023 11:55 AM
Thanks @jMarshal but I already read that article, and it seems like it does not apply to my instance, which is why I am searching for the source of the actual error message which I'm seeing...