Till Brehm
2014-08-01 e98a15838d8aed330ac7b1bb373b54524ea2a269
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!
       */