Bug 1628541
Summary: | [RFE] change_password_upon_first_use=true should allow a user to change his password upon first use | |||
---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Luca Miccini <lmiccini> | |
Component: | python-django-horizon | Assignee: | Radomir Dopieralski <rdopiera> | |
Status: | CLOSED ERRATA | QA Contact: | Tatiana Ovchinnikova <tovchinn> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 13.0 (Queens) | CC: | aguetta, augol, ccopello, dcadzow, dwojewod, gregraka, hrybacki, jrist, kmehta, mbarnett, mmethot, nchandek, nkinder, nlevinki, pkesavar, rdopiera, rmascena, scohen, svmichel, tovchinn | |
Target Milestone: | Upstream M3 | Keywords: | FutureFeature, Triaged | |
Target Release: | 16.0 (Train on RHEL 8.1) | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | python-django-horizon-16.1.0-0.20191120111947.338a58f.el8ost | Doc Type: | Enhancement | |
Doc Text: |
In the Red Hat OpenStack Platform 16.0 dashboard (horizon), there is now a new form for changing a user's password. This form automatically appears when a user tries to sign on with an expired password.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1940754 (view as bug list) | Environment: | ||
Last Closed: | 2020-02-06 14:37:23 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1940754 |
Description
Luca Miccini
2018-09-13 11:50:55 UTC
The same issue blocks general password expire. As soon as the users password has expired, he will not be able to change it again. I found a note here: https://docs.openstack.org/keystone/pike/admin/identity-keystone-usage-and-features.html User CRUD. Maybe this needs to be enanbled, too. But then still the behaviour of the client would probably needs adjustment. Regards, Sven After reviewing with upstream Keystone team, I have confirmed we are seeing expected behavior. That is to say, locked users (which this flag will produce) cannot login to Keystone -- or Horizon by proxy. There change_password API is unprotected specifically for this use case. However, we are missing the ability to hit that API without being logged into Horizon. I'm adding the UI DFG to assist in the review. If they agree, we can either create a separate RFE RHBZ for that or port this RHBZ to maintain a single tracker for the Cu. Re-assigning DFG:UI as primary contact for triaging this bug as required work will fall onto Horizon. More details in LP#1791111 I think this upstream blueprint is related to this issue: https://blueprints.launchpad.net/horizon/+spec/allow-users-change-expired-password Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2020:0283 *** Bug 1940754 has been marked as a duplicate of this bug. *** |