============= REST /account ============= **/account** entry allow to authenticate and manage the passwords for user accounts GET /account/auth// ------------------------------------ Try to login as with password When authentication is ok reply is: :: {"status" : "OK", "code" : 0, "description" : "Access granted"} Else, if wrong login or password: :: {"status" : "ERROR", "code" : 999, "description" : "Access refused"} /account/user/password/id//old//new/ -------------------------------------------------------------------- Change the password from to for user id