mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 07:35:50 +03:00
[GH-ISSUE #185] Username field too short (Ensure this value has at most 20 characters (it has 26).) #139
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 @jasperla on GitHub (Dec 27, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/185
When I wish to connect via tcp to libvirtd I need to enter a username which is 26 chars long (including the full hostname).
webvirtmgr won't let me enter it though as it throws an error at me:
Ensure this value has at most 20 characters (it has 26).
Is there a reason why the length is capped at 20 or is it merely an artificial limit that's imposed?
@lemenkov commented on GitHub (Jan 9, 2014):
The same limitation applied for password field. Should be removed entirely I suppose.