X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=PVE%2FAuth%2FPlugin.pm;h=0bffa2b123144a415c0beb2d724190dcd014598e;hp=d5d2c06971357b57bd15937f4a641608efbfe958;hb=bcf4eb3d4960aa2b3d1e63c482fc35b83bab2c0a;hpb=0a6e09fd4733d877b02d1d2aee26bf90e243b2a0 diff --git a/PVE/Auth/Plugin.pm b/PVE/Auth/Plugin.pm index d5d2c06..0bffa2b 100755 --- a/PVE/Auth/Plugin.pm +++ b/PVE/Auth/Plugin.pm @@ -76,7 +76,7 @@ sub verify_username { } PVE::JSONSchema::register_standard_option('userid', { - description => "User ID", + description => "User ID", title => "User ID", type => 'string', format => 'pve-userid', maxLength => 64, });