]> git.proxmox.com Git - pve-access-control.git/blobdiff - PVE/Auth/Plugin.pm
Add title and print_width fields to properties
[pve-access-control.git] / PVE / Auth / Plugin.pm
index d5d2c06971357b57bd15937f4a641608efbfe958..0bffa2b123144a415c0beb2d724190dcd014598e 100755 (executable)
@@ -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,
 });