diff --git a/PVE/API2/Qemu/Agent.pm b/PVE/API2/Qemu/Agent.pm index 839146c6..51fb0d8e 100644 --- a/PVE/API2/Qemu/Agent.pm +++ b/PVE/API2/Qemu/Agent.pm @@ -227,7 +227,7 @@ __PACKAGE__->register_method({ type => 'string', description => 'The new password.', minLength => 5, - maxLength => 64, + maxLength => 1024, }, crypted => { type => 'boolean',