Lines Matching defs:clean
898 * Retrieve & clean user data from the form
900 * @param bool $clean whether the cleanUser method of the authentication backend is applied
903 protected function retrieveUser($clean = true)
910 $user[0] = ($clean) ? $auth->cleanUser($INPUT->str('userid')) : $INPUT->str('userid');
918 if ($clean) {
1084 $error = ''; // clean out any errors from the previous line
1096 $clean = $this->cleanImportUser($raw, $error);
1097 if ($clean && $this->importUser($clean, $error)) {
1098 $sent = $this->notifyUser($clean[0], $clean[1], false);
1100 msg(sprintf($this->lang['import_notify_fail'], $clean[0], $clean[3]), -1);