Comment 3 for bug 1588860

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

Reviewed: https://review.openstack.org/325352
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=d6b016dd91c743a2f454a3b4f9d055510c2215ae
Submitter: Jenkins
Branch: master

commit d6b016dd91c743a2f454a3b4f9d055510c2215ae
Author: Dolph Mathews <email address hidden>
Date: Fri Jun 3 09:55:16 2016 -0500

    Bootstrap: enable and reset password for existing users

    One of the common use cases for the admin_token middleware was to
    provide a recovery mechanism for cloud operators that had accidentally
    disabled themselves or lost their password.

    Instead of using bootstrap to create a second admin just to recover the
    first, this change allows bootstrap to reset the user's credentials and
    ensure that the account is enabled.

    Change-Id: I82cafced67852335e9bb49035f13c993c7ccd2df
    Closes-Bug: 1588860