mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 04:34:24 -07:00
Redfish: Added steps to allow a user to change their password when their 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 <michael.raineri@dell.com> * Bug fix Signed-off-by: Mike Raineri <michael.raineri@dell.com> * Bug fix Signed-off-by: Mike Raineri <michael.raineri@dell.com> * Bug fixes with return data handling Signed-off-by: Mike Raineri <michael.raineri@dell.com> * Added changelog fragment Signed-off-by: Mike Raineri <michael.raineri@dell.com> * Update changelogs/fragments/8652-Redfish-Password-Change-Required.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Signed-off-by: Mike Raineri <michael.raineri@dell.com> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
f93883aa20
commit
80f48cceb4
3 changed files with 83 additions and 29 deletions
|
@ -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).
|
Loading…
Add table
Add a link
Reference in a new issue