How to find source of Error Message

G24
Kilo Sage

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?

PasswordMessage.png

 

I tried searching in the following locations:

1.  Global Search

2.  sys_ui_message table

3.  sys_metadata table

 

Thanks!

5 REPLIES 5

SaiVasanth
Tera Guru

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