]> git.proxmox.com Git - pve-access-control.git/commitdiff
userid format: clarify that this is the full name@realm in description
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 6 Mar 2023 09:41:37 +0000 (10:41 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 6 Mar 2023 09:41:39 +0000 (10:41 +0100)
as it recently confused a user in the forum.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/Auth/Plugin.pm

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