From 6a5113d75bd362a69aa0ce1a344e260cf257b61d Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Thu, 07 Aug 2014 03:26:03 -0400 Subject: [PATCH] Merge branch 'stable-3.0.5' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.0.5 --- interface/web/sites/shell_user_edit.php | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/interface/web/sites/shell_user_edit.php b/interface/web/sites/shell_user_edit.php index 9731889..f301139 100644 --- a/interface/web/sites/shell_user_edit.php +++ b/interface/web/sites/shell_user_edit.php @@ -190,13 +190,6 @@ } } unset($blacklist); - - // Check system user and group - if(isset($this->dataRecord['puser'])) { - if($app->functions->is_allowed_user(strtolower($this->dataRecord['puser']),true) == false || $app->functions->is_allowed_group(strtolower($this->dataRecord['pgroup']),true) == false) { - $app->tform->errorMessage .= $app->tform->lng('invalid_system_user_or_group_txt'); - } - } /* * If the names should be restricted -> do it! -- Gitblit v1.9.1