Project

General

Profile

Check user with login/password with PHP

Added by Uli Metic almost 12 years ago

Hello,

I'm building a web tool that is hooked to redmine's API.

My web app uses active resource (php). I always use a generic account to connect to redmine 2 API, such as bridge:bridge@localhost:3000, which works fine.

My problem now, i would like to test a user with the API passing login/pass and get in return the id if it exists. Is there a way to do that with the API ? I didn't find anything... Just to make it clear, i would like to use my connection to redmine2 using the bridge account, then test if a user exists passing a login and password...

please help