]> git.proxmox.com Git - qemu-server.git/blobdiff - PVE/API2/Qemu/Agent.pm
fix #2457: ga: set-user-password: increase maxLength of password
[qemu-server.git] / PVE / API2 / Qemu / Agent.pm
index 839146c6287562e943d68ff9cb3efcd8bc8b13d8..51fb0d8e089a1544fe75da1a2ae852fe81644d83 100644 (file)
@@ -227,7 +227,7 @@ __PACKAGE__->register_method({
                type => 'string',
                description => 'The new password.',
                minLength => 5,
-               maxLength => 64,
+               maxLength => 1024,
            },
            crypted => {
                type => 'boolean',