After user's password has been updated on user record, user is unable to login to instanceIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms After admin user updates a password of a user, user is unable to login to the instance.Could observe below error in node log while reproducing the login issue for user whose password was updated by admin user, 2019-03-04 02:49:30 (981) Default-thread-6 F1AB1DACDBC0BF00EFD1F7461D961905 txid=80cc1160db04 WARNING *** WARNING *** LDAP: No user information found in ldap for Shawn_Pillay2019-03-04 02:49:30 (982) Default-thread-6 F1AB1DACDBC0BF00EFD1F7461D961905 txid=80cc1160db04 WARNING *** WARNING *** LDAP: No DN returned for <UserName>2019-03-04 02:49:30 (985) Default-thread-6 F1AB1DACDBC0BF00EFD1F7461D961905 txid=80cc1160db04 Logging event: SNC.Auth.LDAP.Login.Failed with parm1: user_name=<UserName> and parm2: ldapconfigsysid=xxxxxxxxxxxxxxxxxxxxx Release Any supported release. Cause LDAP integration was set up on the affected instanceThus when the user authenticates, the system also tries to authenticate at the LDAP level and it fails there since the sys_user record password was updated only at the instance level.Hence updating the password of the sys_user record in the instance is not enough. Resolution When you change the password for a user in ServiceNow instance, also update it on LDAP server as well. Additional Information LDAP Integration User Administration