THIS PAGE STILL NEEDS UPDATED
/social/person/update/password/{wpuser}/{wpauth}
Changes a users password.
Authentication
Required, see Auth - Login
Arguments
wpuser (required)
JSON object of wordpress user
wpauth (required)
JSON object of wordpress auth
Example
http://infinite.ikanow.com/api/social/person/update/password/
Example Response
{ "response": { "action": "Login", "success": true, "time": 0 } }