userid format: clarify that this is the full name@realm in description

as it recently confused a user in the forum.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-03-06 10:41:37 +01:00
parent 170cf17bf7
commit 1ef6c8fd8b

View File

@ -127,7 +127,7 @@ sub verify_username {
} }
PVE::JSONSchema::register_standard_option('userid', { PVE::JSONSchema::register_standard_option('userid', {
description => "User ID", description => "Full User ID, in the `name\@realm` format.",
type => 'string', format => 'pve-userid', type => 'string', format => 'pve-userid',
maxLength => 64, maxLength => 64,
}); });