obsidian-jira-issue icon indicating copy to clipboard operation
obsidian-jira-issue copied to clipboard

Locking out my Jira account

Open slyconcepts opened this issue 3 years ago • 4 comments

I was having issues with my account locking out every time I used this plugin. I noticed that it seems to try and login to the server every time I update the password/api field (I.e one log in attempt for each letter I type) and obviously the password is wrong until I have typed all of it into the field.

this also seems to that it attempts log in every time I type a letter in the host field.

I worked around the issue of account locking out, by completing the username and password field first then entering the hostname.

it is possible, that it is something I am doing wrong - but thought you might want to double check the code

slyconcepts avatar Sep 07 '22 01:09 slyconcepts

I never thought about this issue. The plugin receive an event every time one of the setting is updated. In this event the plugin downloads some data from jira (e.g. list of custom fields).

What I could do is delay this process by few seconds in order to let the user complete the password in case the response from jira is 401

marc0l92 avatar Sep 15 '22 10:09 marc0l92

Hi Marco

Thanks for reaching out. Have you considered a save button for applying username and password? Maybe this could also work

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Marco Lucarella @.> Sent: Thursday, September 15, 2022 10:04:51 PM To: marc0l92/obsidian-jira-issue @.> Cc: James Smith @.>; Author @.> Subject: Re: [marc0l92/obsidian-jira-issue] Locking out my Jira account (Issue #29)

I never thought about this issue. The plugin receive an event every time one of the setting is updated. In this event the plugin downloads some data from jira (e.g. list of custom fields).

What I could do is delay this process by few seconds in order to let the user complete the password in case the response from jira is 401

— Reply to this email directly, view it on GitHubhttps://github.com/marc0l92/obsidian-jira-issue/issues/29#issuecomment-1247880398, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ARY7MI5Q7564U5S4FUKUSU3V6LYEHANCNFSM6AAAAAAQGKMN5Y. You are receiving this because you authored the thread.Message ID: @.***>

slyconcepts avatar Sep 15 '22 10:09 slyconcepts

Yes, I can do that.

I will include it in the redesign of the login sttings to support multiple account.

marc0l92 avatar Sep 15 '22 21:09 marc0l92

Hello @slyconcepts, I modified the settings of the connection and account in the release 1.29.0 of this plugin. Can you update it and let me know your feedback about those changes?

marc0l92 avatar Sep 23 '22 21:09 marc0l92