mirror of
https://github.com/Corsinvest/cv4pve-api-php.git
synced 2026-04-25 04:25:48 +03:00
[GH-ISSUE #28] Bug Change VM Password #24
Labels
No labels
enhancement
needs investigation
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-api-php#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SergioTGSerra on GitHub (Jan 1, 2024).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-api-php/issues/28
I'm using x cv4pve-api-php to communicate with the api
I'm trying to reset the password of a vm using the proxmox API.
When I do this command I get the following API response:
{"data": null}I went to vm but the password is not changed. So I tried the following commands to check if communication to the VM was working and yes it was.
Then I changed the password through the proxmox shell with the following command and the password is changed:
qm guest passwd 104 root -password QAZ2wsxI tried to change the username to root and with that user the error message appears.
{"errors":{"password":"value must be at least 5 characters long"},"data":null}I can't understand why this happened since the root user does not exist in the vm's OS.
If anyone can help I would be grateful. Thanks
@franklupo commented on GitHub (Feb 15, 2024):
Hi,m
try with new version.
best regards
@franklupo commented on GitHub (Feb 19, 2024):
News?
@SergioTGSerra commented on GitHub (Feb 19, 2024):
Hello,
I haven't had time to test it yet. I'll let you know when I test.
@SergioTGSerra commented on GitHub (Feb 28, 2024):
Hello,
The team that was developing it chose to migrate software development to Java. So I don't think I'll have the opportunity to test with PHP again. If anyone has problems in the future and sees this issue, they can let you know.
Thank you for your availability.