new behavior of proxmox-backup-manager ?

Zappy

Member
Mar 30, 2022
85
11
13
is this new :
--password <string>
This parameter is ignored, please use 'PUT /access/password' to
change a user's password


in proxmox-backup-manager user update ?

i can confirm the --password is really ignored ......
but i cant found anywhere in the doc how to change or set the passowrd , after the creation of the user ....

did i mis it in the releae note ?
 
Seems like proxmox-backup-manager is missing a command to change the password at the moment.

You can use the proxmox-backup-debug api command for now, it's a direct wrapper around the API:

Code:
proxmox-backup-debug api set /access/password --userid someuser@pbs --password "somepassword"

Hope this helps!