sudo87 opened a new pull request, #12294: URL: https://github.com/apache/cloudstack/pull/12294
### Description This PR introduces enforcement of password changes for users upon login after an admin-initiated reset. <!--- Describe your changes in DETAIL - And how has behaviour functionally changed. --> API changes: 1. A boolean param "passwordChangeRequired" is introduced in UpdateUserCmd 2. It is applicable only for normal user role, admin or domain admin are excluded 3. Row with name="PasswordChangeRequired" gets added into user_details table 4. passwordchangerequired: true in loginresponse for when login is invoked 5. UserAccount gets a new field passwordchangerequired 6. ListApis response contains limited APIs for user, who are required to change password ```[ "login", "logout", "updateUser", "listUsers", "listApis" ]``` UI 1. New route /user/forceChangePassword 2. Guard check for passwordchangerequired and no apis request other than listUser 3. ForceChangePassword component <!-- For new features, provide link to FS, dev ML discussion etc. --> <!-- In case of bug fix, the expected and actual behaviours, steps to reproduce. --> <!-- When "Fixes: #<id>" is specified, the issue/PR will automatically be closed when this PR gets merged --> <!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" --> <!-- Fixes: # --> <!--- ******************************************************************************* --> <!--- NOTE: AUTOMATION USES THE DESCRIPTIONS TO SET LABELS AND PRODUCE DOCUMENTATION. --> <!--- PLEASE PUT AN 'X' in only **ONE** box --> <!--- ******************************************************************************* --> ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [ ] Bug fix (non-breaking change which fixes an issue) - [x] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) - [ ] Build/CI - [ ] Test (unit or integration test code) ### Feature/Enhancement Scale or Bug Severity #### Feature/Enhancement Scale - [ ] Major - [ ] Minor #### Bug Severity - [ ] BLOCKER - [ ] Critical - [ ] Major - [ ] Minor - [ ] Trivial ### Screenshots (if appropriate): https://github.com/user-attachments/assets/0354bb39-9bb7-4fb0-bfe7-181a286d87c0 ### How Has This Been Tested? <!-- Please describe in detail how you tested your changes. --> <!-- Include details of your testing environment, and the tests you ran to --> #### How did you try to break this feature and the system with this change? <!-- see how your change affects other areas of the code, etc. --> <!-- Please read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md) document --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
