Comment 2 for bug 997194

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/7344
Committed: http://github.com/openstack/keystone/commit/628149b3dc6b58b91fd08e6ca8d91c728ccb8626
Submitter: Jenkins
Branch: master

commit 628149b3dc6b58b91fd08e6ca8d91c728ccb8626
Author: Derek Higgins <email address hidden>
Date: Fri May 11 13:42:43 2012 +0100

    Invalidate user tokens when a user is disabled

    Fixes Bug 997194

    Delete valid tokens for a user when they have been disabled

    Moved logic to delete tokens into update_user, as this can be called
    directly form the REST API.

    Also checks if a user is enabled when creating a token from another
    token, this helps in cases there the backend didn't support listing of
    tokens (and as a result weren't deleted)

    Change-Id: Ib5ed73a7873bfa66ef31bf6d0f0322f50e677688