Searched refs:cleanUser (Results 1 – 10 of 10) sorted by relevance
43 $usr = $auth->cleanUser($event->data['user']);77 $usr = $auth->cleanUser($INPUT->str('u'));
116 … $INPUT->server->set('REMOTE_USER', $this->cleanUser($INPUT->server->str('REMOTE_USER')));324 public function cleanUser($user) function in auth_plugin_authad
52 $user = trim($auth->cleanUser($user));
755 $user = $this->auth->cleanUser(preg_replace('/.*[:\/]/', '', $param));783 $olduser = $this->auth->cleanUser(preg_replace('/.*[:\/]/', '', $INPUT->str('userid_old')));911 $user[0] = ($clean) ? $auth->cleanUser($INPUT->str('userid')) : $INPUT->str('userid');
404 public function cleanUser($user) function in dokuwiki\\Extension\\AuthPlugin
146 $user = trim($auth->cleanUser($INPUT->post->str('login')));
99 $INPUT->set('u', $auth->cleanUser(stripctl($INPUT->str('u'))));654 $user = $auth->cleanUser($user);671 $member = $auth->cleanUser($member);761 $user = auth_nameencode($auth->cleanUser($user));963 $user = $auth->cleanUser($user);1004 $login = trim($auth->cleanUser($INPUT->post->str('login')));1291 $user = trim($auth->cleanUser($INPUT->post->str('login')));
94 $this->who = $auth->cleanUser($this->who);155 $who = $auth->cleanUser($who);
347 $user = trim($auth->cleanUser($userStruct['user'] ?? ''));
364 public function cleanUser($user) function in auth_plugin_authplain