Comment 5 for bug 1788384

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

Reviewed: https://review.openstack.org/596890
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=0630be639bdcab9e5ecf6ca0814dae9eb79a88e7
Submitter: Zuul
Branch: master

commit 0630be639bdcab9e5ecf6ca0814dae9eb79a88e7
Author: Mohammed Naser <email address hidden>
Date: Mon Aug 27 16:40:21 2018 -0400

    Remove "Change Password" from users table for non-admin users

    If you're a user without administrative permissions, you will
    not be able to edit a password using the table inside the identity
    section due to the fact that it uses a different edit API which
    is not meant to be used for the user-side of things.

    This patch adds a policy change in order to hide the change password
    link for normal users, while keeping the functionality inside
    the Settings panel still intact.

    This change was first broken by I76eb9f95c7112bcbad75ee151f363f892298d081

    Partial-Bug: 1788384
    Change-Id: I7a64257ac274c9dac5705ba72a85833f8e7a1591