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 01:13 PM
Hi @G24 ,
I have found something related your query. The error pop up messages I didn't see but there is a password property if you check yes then it will validate the password on list view also like your image explained and if you check no then those error messages you won't see because here the validation is not checking.
Steps:
All->Password policy->properties
Thanks
Accept as solution if it works for you