need a method to change own password

Bug #1082539 reported by Derek Higgins
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
python-keystoneclient
Fix Released
Wishlist
Derek Higgins

Bug Description

Since Folsom users can change their own password (if the middle ware is present)

https://bugs.launchpad.net/keystone/+bug/996922

keystone should provide an interface to use this

Derek Higgins (derekh)
Changed in python-keystoneclient:
assignee: nobody → Derek Higgins (derekh)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-keystoneclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/16817

Changed in python-keystoneclient:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-keystoneclient (master)

Reviewed: https://review.openstack.org/16817
Committed: http://github.com/openstack/python-keystoneclient/commit/1f6a0af9c1ddf25cceea7dc837bfb3c276b71a34
Submitter: Jenkins
Branch: master

commit 1f6a0af9c1ddf25cceea7dc837bfb3c276b71a34
Author: Derek Higgins <email address hidden>
Date: Fri Nov 23 09:17:24 2012 +0000

    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

Changed in python-keystoneclient:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-keystoneclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/23675

Dolph Mathews (dolph)
Changed in python-keystoneclient:
milestone: none → 0.2.1
status: Fix Committed → Fix Released
importance: Undecided → Wishlist
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.