-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redfish: Added steps to allow a user to change their password when th…
…eir account requires a password change (#8653) * Redfish: Added steps to allow a user to change their password when their account requires a password change Signed-off-by: Mike Raineri <[email protected]> * Bug fix Signed-off-by: Mike Raineri <[email protected]> * Bug fix Signed-off-by: Mike Raineri <[email protected]> * Bug fixes with return data handling Signed-off-by: Mike Raineri <[email protected]> * Added changelog fragment Signed-off-by: Mike Raineri <[email protected]> * Update changelogs/fragments/8652-Redfish-Password-Change-Required.yml Co-authored-by: Felix Fontein <[email protected]> --------- Signed-off-by: Mike Raineri <[email protected]> Co-authored-by: Felix Fontein <[email protected]>
- Loading branch information
1 parent
f93883a
commit 80f48cc
Showing
3 changed files
with
83 additions
and
29 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
changelogs/fragments/8652-Redfish-Password-Change-Required.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
minor_changes: | ||
- redfish_command - add handling of the ``PasswordChangeRequired`` message from services in the ``UpdateUserPassword`` command to directly modify the user's password if the requested user is the one invoking the operation (https://github.com/ansible-collections/community.general/issues/8652, https://github.com/ansible-collections/community.general/pull/8653). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters