Home
last modified time | relevance | path

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

12

/plugin/acknowledge/admin/
H A Dreport.php96 $user = $auth->cleanUser($user);
/plugin/aclregex/
H A Daction.php90 $user = auth_nameencode($auth->cleanUser($user));
/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/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/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/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/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/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/authimap2/
H A Dauth.php361 public function cleanUser($user) { function in auth_plugin_authimap2
/plugin/authldaplocal/
H A Dauth.php562 public function cleanUser($user) { function in auth_plugin_authldaplocal
/plugin/authnc/
H A Dauth.php361 public function cleanUser($user) function in auth_plugin_authnc
/plugin/authplaincas/
H A Dauth.php655 function cleanUser($user) { function in auth_plugin_authplaincas
/plugin/authremoteuser/
H A Dauth.php76 $remoteUser = $this->cleanUser($_SERVER[$serverVarNameOfAuthSystem]);
324 public function cleanUser($user) { function in auth_plugin_authremoteuser
/plugin/authsmf20/
H A Dauth.php472 public function cleanUser($user) function in auth_plugin_authsmf20
/plugin/authsplit/
H A DREADME152 - isCaseSensitive() / cleanUser(): authsplit will always route these method
180 cleanUser() Determined here -
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/authucenter/
H A Dauth.php354 public function cleanUser($user) { function in auth_plugin_authucenter
/plugin/authvk/
H A Dauth.php327 public function cleanUser($user) { function in auth_plugin_authvk
/plugin/authyubikey/
H A Dauth.php.org301 public function cleanUser($user) {
/plugin/autogallery/
H A Dauth.php239 public function cleanUser($user) { function in auth_plugin_autogallery
/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/discussion/
H A Daction.php1295 $userdata = $auth->getUserData($auth->cleanUser($mod));
/plugin/evesso/
H A Dauth.php199 $uinfo['user'] = $this->cleanUser((string) $uinfo['user']);

12