Files
python-keystoneclient/keystoneclient/v2_0
Derek Higgins 1f6a0af9c1 Add command to allow users to change their own password
Fixes Bug 1082539

The Equivalent of doing
curl -X PATCH http://localhost:5000/v2.0/OS-KSCRUD/users/<userid> \
    -H "Content-type: application/json"  \
    -H "X_Auth_Token: <authtokenid>" \
    -d '{"user": {"password": "ABCD", "original_password": "DCBA"}}'

Change-Id: Ia1a907c5fd138c4252196145b361f43671047a1a
2012-11-27 09:14:14 +00:00
..
2011-11-10 17:24:48 -08:00
2012-06-01 18:07:26 -07:00
2012-06-01 13:55:50 -04:00
2012-06-01 13:55:50 -04:00