← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1776678] Re: Horizon password change is throwing Unathorized error

 

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

commit bdb3f9d988afa23619af4d8c013ffa062347aa5f
Author: Radomir Dopieralski <openstack@xxxxxxxxxxxx>
Date:   Fri Oct 12 12:20:12 2018 +0200

    Fix changing user's own password
    
    The original code is monkey-patching keystoneclient object to add a
    user_id attribute to it. This no longer works with more recent
    versions of keystoneclient, as they wrap the client in a helper
    class.
    
    I'm not happy with this solution, it's likely to have side effects
    and to break again. I'm putting it up for discussion for a better
    solution.
    
    Change-Id: Idb296d1b10fa02a0b4852e96fe8cb2bdd70380e0
    Closes-bug: #1776678


** Changed in: horizon
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1776678

Title:
  Horizon password change is throwing Unathorized error

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Steps to reproduce:
  1. Log into horizon as admin
  2. navigate to settings > change password page
  3. enter current password and new passwords
  4. click on Change button

  Expected:
  Password should be updated

  Actual:
  Unauthorized eror is thrown

  Notes:
  - Run against devstack - master
  - Screenshot attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1776678/+subscriptions


References