Login Failure Caused by CAPTCHA

Login Failure Caused by CAPTCHA

Issue:
  1. When trying to log in, the error "Username or Password is incorrect" appears, even though the correct username and password are being used.
  2. This issue occurs because of a CAPTCHA problem. By default, after two unsuccessful login attempts, the CAPTCHA field is enabled, and the application requires CAPTCHA verification for further login attempts.
  3. In some cases, the CAPTCHA field does not appear, causing login attempts to fail with the mentioned error, even when valid credentials are used.
Issue ID : SD-121377
Identifying the CAPTCHA-Related Login Issue:
  1. By default, the account should be locked after three failed login attempts. As mentioned earlier, CAPTCHA is enabled after two unsuccessful login attempts, and if the third attempt fails with the correct CAPTCHA, the account will be locked. However, in this case, the account is not getting locked even after more than three login attempts. This happens because the application expects CAPTCHA verification, but since the CAPTCHA is not displayed, the attempts are not considered valid.
  2. The issue affects AD, LDAP, and local login methods.

Fix:
Use the provided fix JAR file to address the issue. This will properly enable the CAPTCHA field, thereby resolving the login problem.

Note:
Before applying the .fjar file, kindly verify its compatibility in the "Jar Compatibility" section below.

Steps to apply the fix:
  1. Download the attached .fjar file.
  2. Click here for steps to apply the .fjar file.
  3. Restart the application service.
Jar Compatibility:
Build
Compatible Jar
14630
14630_login_captcha.fjar





                  New to ADSelfService Plus?

                    • Related Articles

                    • Login Frequency Query Report

                      The below report would help us find the last logged in time of the users in SCP 11.0 SELECT AaaUser.FIRST_NAME "Technician",        MAX(AaaLogin.NAME) "LoginName",        MAX(AaaContactInfo.EMAILID) "Email",        MAX(AaaAccSession.USER_HOST) "IP ...
                    • Upgrade failure caused by duplicate email addresses

                      Error traces: Exception occured while executing... Sep 4, 2023 3:08:31 PM [SYSERR] [INFO] : java.sql.BatchUpdateException: Violation of PRIMARY KEY constraint 'RequestNotification_Recipients_PK'. Cannot insert duplicate key in object ...
                    • AD Sync issue_Rootpath failure

                      Error trace: 09:48:46:989]|[10-31-2019]|[com.adventnet.servicedesk.asset.util.WorkStationDiscoverUtil]|[INFO]|[62064]: Log message from WMI task : mwc-dc-01 - LDAP Search : Root Path Failure. (0x8007052e)| ...
                    • Upgrade failure to 10500 - Linux platforms

                      You may experience an upgrade failure in linux platforms when upgrading to 10500. Here are the traces from logs, Feb 21, 2020 4:55:03 PM  [com.adventnet.tools.update.installer.Unzipper]  [SEVERE] : ERRUnexpected Error. Please click View Log>> for ...
                    • Customize Login page and add JS scripts

                      Customize Login Page Start by going to Advanced Portal Settings (or Application Settings under ESM Directory) and click on "Customize Now" under Login Page Customizaion Start editing the HTML content to suit your needs by adding style/css content, ...