Home
last modified time | relevance | path

Searched refs:cleanUser (Results 1 – 10 of 10) sorted by relevance

/dokuwiki/lib/plugins/authad/
H A Daction.php43 $usr = $auth->cleanUser($event->data['user']);
77 $usr = $auth->cleanUser($INPUT->str('u'));
H A Dauth.php116 … $INPUT->server->set('REMOTE_USER', $this->cleanUser($INPUT->server->str('REMOTE_USER')));
324 public function cleanUser($user) function in auth_plugin_authad
/dokuwiki/lib/plugins/usermanager/
H A Dremote.php52 $user = trim($auth->cleanUser($user));
H A Dadmin.php755 $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');
/dokuwiki/inc/Extension/
H A DAuthPlugin.php404 public function cleanUser($user) function in dokuwiki\\Extension\\AuthPlugin
/dokuwiki/inc/Action/
H A DResendpwd.php146 $user = trim($auth->cleanUser($INPUT->post->str('login')));
/dokuwiki/inc/
H A Dauth.php99 $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')));
/dokuwiki/lib/plugins/acl/
H A Dadmin.php94 $this->who = $auth->cleanUser($this->who);
155 $who = $auth->cleanUser($who);
/dokuwiki/inc/Remote/
H A DLegacyApiCore.php347 $user = trim($auth->cleanUser($userStruct['user'] ?? ''));
/dokuwiki/lib/plugins/authplain/
H A Dauth.php364 public function cleanUser($user) function in auth_plugin_authplain