Re: [Dhis2-devs] Password not working when creating Users through API

2016-09-16 Thread Harsh Atal
Hi Morten Tried with a valid password(District1234), same issue. Password doesn't work, everything else is created fine. Version:2.23Build revision:23016Build date:2016-06-20 17:48 Could it be a bug? Regards harsh On 18 August 2016 at 14:17, Morten Olav Hansen wrote: > Hi Harsh > > Try with a

Re: [Dhis2-devs] Password not working when creating Users through API

2016-08-18 Thread Morten Olav Hansen
Hi Harsh Try with a valid password, something like `Harsh123` -- Morten Olav Hansen Senior Engineer, DHIS 2 University of Oslo http://www.dhis2.org On Thu, Aug 18, 2016 at 10:41 AM, Harsh Atal wrote: > Dear Devs, > > We made several users by Posting to "../api/Users" endpooint. > Eg payload-

[Dhis2-devs] Password not working when creating Users through API

2016-08-18 Thread Harsh Atal
Dear Devs, We made several users by Posting to "../api/Users" endpooint. Eg payload- {"firstName":"harsh","surname":"harsh","email":"harsh", "userCredentials": {"username":"harsh","password":"harsh","userRoles":[{"id":"yrB6vc5Ip3r"}]}, "organisationUnits":[{"id":"WBFNadSm5EQ"}],"userGroups":[]}