Re: API query

2013-03-25 Thread Sergey Beryozkin
backwards compatilbity concerns about changing this? Colm. On Wed, Feb 20, 2013 at 4:00 PM, Jan Bernhardtwrote: Hi Colm, The description is wrong, this method returns a boolean. Best regards. Jan -Original Message- From: Colm O hEigeartaigh [mailto:cohei...@apache.org] Sent: Mitt

Re: API query

2013-02-23 Thread Colm O hEigeartaigh
[mailto:cohei...@apache.org] > > Sent: Mittwoch, 20. Februar 2013 17:06 > > To: Jan Bernhardt > > Cc: dev@syncope.apache.org > > Subject: Re: API query > > > > A second thought is that a API to return the User matching the given > > username + password would b

RE: API query

2013-02-21 Thread Jan Bernhardt
--- > From: Colm O hEigeartaigh [mailto:cohei...@apache.org] > Sent: Mittwoch, 20. Februar 2013 17:06 > To: Jan Bernhardt > Cc: dev@syncope.apache.org > Subject: Re: API query > > A second thought is that a API to return the User matching the given > username + password would be

Re: API query

2013-02-20 Thread Sergey Beryozkin
igeartaigh [mailto:cohei...@apache.org] Sent: Mittwoch, 20. Februar 2013 16:48 To: dev@syncope.apache.org Subject: API query Hi all, From the wiki: https://cwiki.apache.org/confluence/display/SYNCOPE/REST+API+upgrade# RESTAPIupgrade-UserService GET /user/verifyPassword/{username}?password={p

Re: API query

2013-02-20 Thread Colm O hEigeartaigh
taigh [mailto:cohei...@apache.org] >> > Sent: Mittwoch, 20. Februar 2013 16:48 >> > To: dev@syncope.apache.org >> > Subject: API query >> > >> > Hi all, >> > >> > From the wiki: >> > >> > https://cwiki.apache.org/conflue

Re: API query

2013-02-20 Thread Colm O hEigeartaigh
che.org] > > Sent: Mittwoch, 20. Februar 2013 16:48 > > To: dev@syncope.apache.org > > Subject: API query > > > > Hi all, > > > > From the wiki: > > > > https://cwiki.apache.org/confluence/display/SYNCOPE/REST+API+upgrade# > > RESTAPIupgrade-Us

RE: API query

2013-02-20 Thread Jan Bernhardt
Hi Colm, The description is wrong, this method returns a boolean. Best regards. Jan > -Original Message- > From: Colm O hEigeartaigh [mailto:cohei...@apache.org] > Sent: Mittwoch, 20. Februar 2013 16:48 > To: dev@syncope.apache.org > Subject: API query > > Hi al

API query

2013-02-20 Thread Colm O hEigeartaigh
Hi all, >From the wiki: https://cwiki.apache.org/confluence/display/SYNCOPE/REST+API+upgrade#RESTAPIupgrade-UserService GET /user/verifyPassword/{username}?password={password} GET /users?username={username}&pwd={password} Returns user if username and password match with an existing account. Th