Till Brehm
2014-08-14 1ed92e187ae2dfb51f5f2d62c290a85f93b6dc21
interface/web/sites/ftp_user_edit.php
@@ -154,14 +154,6 @@
   function onBeforeUpdate() {
      global $app, $conf, $interfaceConf;
      
      // Check system user and group
      if(isset($this->dataRecord['uid'])) {
         if($app->functions->is_allowed_user(strtolower($this->dataRecord['uid']),true) == false || $app->functions->is_allowed_group(strtolower($this->dataRecord['gid']),true) == false) {
            $app->tform->errorMessage .= $app->tform->lng('invalid_system_user_or_group_txt');
         }
      }
      /*
       * If the names should be restricted -> do it!
       */