diff --git a/config/zentaopms.php b/config/zentaopms.php index 1139d22047..36008c3131 100644 --- a/config/zentaopms.php +++ b/config/zentaopms.php @@ -269,6 +269,7 @@ $config->openMethods[] = 'gitlab.managegroupmembers'; $config->openMethods[] = 'gitlab.browseuser'; $config->openMethods[] = 'gitlab.createuser'; $config->openMethods[] = 'gitlab.edituser'; +$config->openMethods[] = 'gitlab.deleteuser'; $config->openMethods[] = 'gitlab.createbranch'; $config->openMethods[] = 'gitlab.browsebranch'; $config->openMethods[] = 'gitlab.webhook';