Project

General

Profile

Login with correct user name and password does not work (company account). C#

Added by Gevorg Hoghmrtsyan 5 months ago

Hi,

after the last update of Redmine, logging with the correct user name and password no longer works. Here is the code.

RedmineManager o_Login = new RedmineManager(host, username, password, MimeFormat.Json);

Then I took my apikey and was able to log in successfully.

RedmineManager o_Login = new RedmineManager(host, ApiKey, MimeFormat.Json);

But i need to login with username and password, so that i can get the apikey.

I think there is a change in the structure of the username, but I can't find anything helpful. I've been stuck on this for 2 days, would be very grateful if I could get some help.

Thanks in advance.
Gevorg