diff --git a/application/forms/IcingaUserForm.php b/application/forms/IcingaUserForm.php index 133c3ca5..6621da8e 100644 --- a/application/forms/IcingaUserForm.php +++ b/application/forms/IcingaUserForm.php @@ -48,12 +48,12 @@ class IcingaUserForm extends DirectorObjectForm $this->translate('Send notifications'), $this->translate('Whether to send notifications for this user') ); - +/* $this->addElement('text', 'groups', array( 'label' => $this->translate('Usergroups'), 'description' => $this->translate('One or more comma separated usergroup names') )); - +*/ $this->addImportsElement(); } }