mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #394] A long password failed,when add a computer. #244
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#244
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 @lushtech on GitHub (Dec 6, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/394
When I run webvirtcloud in docker, I open the web and add a host with user-name:virtadmin and passwd: virtadmin, it is ok. But i add another host , with username:virtadmin and password:virtadmin20052005,but it failed. And i can use command "virsh -c qemu+tcp://ip/system nodeinfo " with the password:virtadmin20052005.
So, i guess maybe it is becasue of the long password and then i change a short password and then it is ok.