Redmine api requires a username and password
Added by Jon Morrow about 14 years ago
After upgrading to 1.0.1 we are seeing the following message in a pop up when landing on the log-in page. Any ideas on what might be causing it?
"...Redmine api requires a username and password."
Replies (2)
RE: Redmine api requires a username and password - Added by Felix Schäfer about 14 years ago
I can't think of any reason why you'd get that, especially in a pop-up. Could you have a look at your redmine log and post the entry for when you load said login page?
RE: Redmine api requires a username and password - Added by Jon Morrow about 14 years ago
So to circle back on this, a little more investigation revealed that this is caused by the redmine time tracker plugin which I installed at the same time I did the upgrade to 1.0.1. The logs revealed this plugin was calling an api at regular intervals even when no one was loggeg in. A bug is already logged against the plugin. I am guessing it has something to do with the fact that I have authentication required for this install but am not entirely sure. For now I've disabled the plugin, but will investigate further and report back if I get a solution.
FYI here is the bug: http://github.com/delaitre/redmine_time_tracker/issues#issue/24
Thanks so much for the response.