Login error despite correct credentials

Steven Lee August 17, 2017

Currently using Basic HTTP Authentication to log in. When user consecutively fails to login successfully, user won't be able to login successfully despite correct credentials.

 

After investigation, I found out that CAPTCHA is triggered after several failed login attempts.

 

Questions:

1) Without changing the type of authentication (still Basic HTTP Auth), are there ways to prevent this scenario from happening?

2) If we are going to switch to OAuth, will CAPTCHA still be triggered?

 

Additional Note: Our JIRA is on the cloud

1 answer

0 votes
Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 10, 2024

Hi @Steven Lee ,

in order to avoid that problem you could disable CAPTCHA

  1. In the upper-right corner of the screen, select Administration  > System.
  2. In the sidebar, select General configuration
  3. Scroll down the page and select Edit Configuration.
  4. Find CAPTCHA on signup and select Off.
  5. Select the Update button at the bottom of the screen.

Suggest an answer

Log in or Sign up to answer