The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira - Impossible to login after installing addon-de.syracom.jira.plugins.securelogin

Olav Andreas Antonsen
November 12, 2016

After installing the add-on and configuring an IP address without choosing to white- or blacklist the IP, i t became impossible to do a login in Jira.

Any suggestions?

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Olav Andreas Antonsen
November 12, 2016

update AO_XXXXXX_SERVER_CONFIG set IP_WHITE_LIST = null

Solved the problem. No need to restart.

Entering information in the IP field without selecting black- or whitelist triggers an exception.

 

 

Alexander Kueken
Contributor
November 12, 2016

I am glad this solved the issue. I will give this issue to the development team, in order to prevent this type of misconfiguration in the future. 

0 votes
Alexander Kueken
Contributor
November 12, 2016

Hi Olav,

yes there should be a way to do it. You have to identify the server config table in your database. 

This table is named AO_<hash>_SERVER_CONFIG while <hash> is a 6 digit hash value. (e.g. AO_1D83D9_SERVER_CONFIG).

In this table you will find one record, containing the config for the plugin. And there should be a column called two_factor_auth_active, or something a like. Set the value to false. After starting Jira, the plugin should be disabled and you should be able to login with username and password.

Regards,
Alexander