You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
Get error
Status code: 403/ACCESS_TO_RESOURCE_IS_FORBIDDEN, [ ed43b917-37ee-4088-af9e-1cdf1b2d2f90 ] Either you need some or all of the following rights [GROUP_USER_MANAGE] to perform operations [USER_EDIT] for 644c7424-c163-4419-9751-17bf2021cbdc or the target entity is invalid.
...
Expected behavior
Able to change own password
Additional context
User is local VCD user and is able to change password over VCD console.
The text was updated successfully, but these errors were encountered:
Describe the bug
I try to change user which is used for login to VCD password.
vcd_user:
username: "{{myaccount_username}}"
is_enabled: "true"
userpassword: "{{ new_pass }}"
state: "update"
Reproduction steps
vcd_user:
username: "{{myaccount_username}}"
is_enabled: "true"
userpassword: "{{ new_pass }}"
state: "update"
Status code: 403/ACCESS_TO_RESOURCE_IS_FORBIDDEN, [ ed43b917-37ee-4088-af9e-1cdf1b2d2f90 ] Either you need some or all of the following rights [GROUP_USER_MANAGE] to perform operations [USER_EDIT] for 644c7424-c163-4419-9751-17bf2021cbdc or the target entity is invalid.
...
Expected behavior
Able to change own password
Additional context
User is local VCD user and is able to change password over VCD console.
The text was updated successfully, but these errors were encountered: