mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-10-04 05:09:24 +00:00
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:
parent
170cf17bf7
commit
1ef6c8fd8b
@ -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,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user