From c4a810ae7a89d6eedf3f895d3fdfcd830ecc0ddc Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 18 Dec 2015 12:10:19 +0100 Subject: [PATCH] IcingaUserForm: ignore groups for now --- application/forms/IcingaUserForm.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); } }