]> git.proxmox.com Git - pve-access-control.git/blobdiff - PVE/API2/Group.pm
allow users to change their totp settings
[pve-access-control.git] / PVE / API2 / Group.pm
index 1d6ba98bf605da4a3004bb9aae850358d1af7bd3..37f8be24645e204e11dc012d1feb798ac8184cd1 100644 (file)
@@ -13,7 +13,6 @@ use base qw(PVE::RESTHandler);
 register_standard_option('group-id', {
     type => 'string',
     format => 'pve-groupid',
-    title => 'Group ID' ,
     completion => \&PVE::AccessControl::complete_group,
 });