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