Home
last modified time | relevance | path

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

12

/plugin/virtualgroup/
H A Dadmin.php52 $INPUT->set('user', $auth->cleanUser($INPUT->str('loaduser')));
55 $this->virtualGroups->getUserGroups($auth->cleanUser($INPUT->str('loaduser')))
81 $user = $auth->cleanUser($user);
106 static fn($user) => $auth->cleanUser($user),
126 $user = $auth->cleanUser($user);
163 $user = $auth->cleanUser($user);
188 static fn($user) => $auth->cleanUser($user),
/plugin/authimap/
H A Dauth.php62 $user = $this->cleanUser($user);
97 $user = $this->cleanUser($user);
131 public function cleanUser($user) { function in auth_plugin_authimap
/plugin/adfs/
H A Dauth.php142 public function cleanUser($user) function in auth_plugin_adfs
164 return $this->cleanUser($group);
199 $userdata['user'] = $this->cleanUser($userdata['user'][0]);
/plugin/authhttp/
H A Dauth.php99 return ($user == $this->cleanUser($_SERVER['PHP_AUTH_USER']) && $pass == $_SERVER['PHP_AUTH_PW']);
138 public function cleanUser($user) {
133 public function cleanUser($user) { global() function in auth_plugin_authhttp
/plugin/pureldap/
H A Dauth.php101 public function cleanUser($user)
103 return $this->client->cleanUser($user);
93 public function cleanUser($user) global() function in auth_plugin_pureldap
/plugin/authchained/
H A Dauth.php421 public function cleanUser($user) { function in auth_plugin_authchained
426 return $this->usermanager_auth->cleanUser($user);
429 return $this->chained_auth->cleanUser($user);
431 return parent::cleanUser($user);
/plugin/chat/
H A Dajax.php262 $user = cleanUser($_POST['user']);
307 $user = cleanUser($_POST['user']);
329 function cleanUser($user) { function
/plugin/dev/skel/
H A Dauth.php143 public function cleanUser($user)
142 public function cleanUser($user) global() function
/plugin/schedule/
H A DajaxClearCache.php18 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
H A DajaxPOI.php21 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
H A Dajax.php25 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
/plugin/authhiorgserver/
H A Dauth.php190 return $this->cleanUser($user) . $this->usersepchar . $this->cleanUser($ov);
395 public function cleanUser($user) { function in auth_plugin_authhiorgserver
/plugin/autogallery/
H A Dauth.php239 public function cleanUser($user) { function in auth_plugin_autogallery
/plugin/glossary/
H A Dajax.php14 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
/plugin/tiledblog/
H A Dajax.php16 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
/plugin/pureldap/classes/
H A DClient.php107 $user = $this->cleanUser($user);
285 abstract public function cleanUser($user);
261 abstract public function cleanUser($user); global() function in dokuwiki\\plugin\\pureldap\\classes\\Client
/plugin/sneakyindexfix/
H A Daction.php61 $user = auth_nameencode($auth->cleanUser($user));
/plugin/authremoteuser/
H A Dauth.php76 $remoteUser = $this->cleanUser($_SERVER[$serverVarNameOfAuthSystem]);
324 public function cleanUser($user) { function in auth_plugin_authremoteuser
/plugin/fblogin/files/
H A Dfacebook.class.php243 function cleanUser($user){ function in auth_facebook
/plugin/authsplit/
H A Dauth.php659 public function cleanUser($user) { function in auth_plugin_authsplit
661 $result = $this->authplugins['primary']->cleanUser($user);
663 'authsplit:cleanUser(): primary auth plugin\'s '.
664 'cleanUser("'.$user.'"): "'.$result.'".', 1, __LINE__, __FILE__
671 'authsplit:cleanUser(): converted username to uppercase: '.
678 'authsplit:cleanUser(): converted username to lowercase: '.
/plugin/aclregex/
H A Daction.php90 $user = auth_nameencode($auth->cleanUser($user));
/plugin/acknowledge/admin/
H A Dreport.php96 $user = $auth->cleanUser($user);
/plugin/authclientcert/
H A Dauth.php152 $user = $this->cleanUser($employee_number);
/plugin/authgoogle/
H A Dauth.php232 function cleanUser($user){ function in auth_plugin_authgoogle
/plugin/oauth/
H A DOAuthManager.php204 $userdata['user'] = $auth->cleanUser((string)$userdata['user']);

12