ujiro99 / RedmineTimeTracker

Chrome/Electron app for tracking work time.
MIT License
81 stars 29 forks source link

Failed authentication #8

Closed noboundaries closed 10 years ago

noboundaries commented 10 years ago

Couldn't add Account as on clicking Add button after giving Server URL, USER ID, Password that shows the error message "Failed Authentication".

Hosted the redmine locally in a windows machine and available through "http:///redmine/"

Application works as expected, taking username and password at http:///redmine/login

Redmine version 2.4.2.stable RedmineTime Tracker version 0.6.0

Looking through fiddler ( a web debugging tool) that shows the below url got triggered while clicking on the add button http:///redmine/users/current.json?include=memberships

Authentication got failed even when tried with the above direct url.

Should I configure anything to get the authentication?

noboundaries commented 10 years ago

we need to enable the REST API in Administration -> Settings -> Authentication.