Comment 9 for bug 1755874

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

Reviewed: https://review.openstack.org/559438
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=f17fa57f6ccb3a578507ee494d6d6d9e3680e5e3
Submitter: Zuul
Branch: master

commit f17fa57f6ccb3a578507ee494d6d6d9e3680e5e3
Author: Morgan Fainberg <email address hidden>
Date: Fri Apr 6 15:15:35 2018 -0700

    Allow blocking users from self-service password change

    User option ``lock_password`` has been implemented. This
    option when set to ``True`` will prevent the usage of the
    self-service password change API. If the ``lock_password``
    option is set to ``False`` or ``None`` (to remove the
    option from the user-data structure) normal password
    change operations are allowed

    Closes-Bug: #1755874
    Change-Id: Icf1776c5fe625c2e9292bfcf40a8a9f17a002656