Home
last modified time | relevance | path

Searched refs:getUserData (Results 26 – 50 of 123) sorted by path

12345

/plugin/authplaincas/
H A Dauth.php277 $this->_userInfo = $this->getUserData($remoteUser);
460 if ($this->getUserData($USERINFO['uid']) === false && $save) {
495 if (($userinfo = $this->getUserData($user)) === false) return false;
566 function getUserData($user, $requireGroups=true) { function in auth_plugin_authplaincas
/plugin/authradius/
H A Dauth.php117 $data = $this->getUserData($user);
162 public function getUserData($user) { function in auth_plugin_authradius
/plugin/authremoteuser/
H A Dauth.php82 $userinfo = $this->getUserData($remoteUser);
111 public function getUserData($user, $requireGroups=true) { function in auth_plugin_authremoteuser
162 if($this->getUserData($user) !== false) {
195 if(($userinfo = $this->getUserData($user)) === false) {
/plugin/authsaml/
H A Daction.php72 $user = $this->saml->getUserData($username);
80 $user = $this->saml->getUserData($username);
H A Dauth.php56 public function getUserData($user, $requireGroups = true) function in auth_plugin_authsaml
58 return $this->saml->getUserData($user);
H A Dsaml.php78 public function getUserData($user) { function in saml_handler
81 return $auth->getUserData($user);
176 $userData = $this->getUserData($username);
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php234 public function getUserData($user, $requireGroups=true) { function in auth_plugin_authshibboleth
396 if ($this->getUserData($userInfo['uid']) === false) {
/plugin/authsmartcard/
H A Dauth.php139 $userdata = $this->getUserData($username);
170 public function getUserData($user) { function in auth_plugin_authsmartcard
171 return parent::getUserData($user);
/plugin/authsmf20/
H A Daction.php52 $data = $auth->getUserData($event->data['username']);
H A Dauth.php326 public function getUserData($user, $requireGroups = true) function in auth_plugin_authsmf20
/plugin/authsplit/
H A DREADME67 additional call to getUserData() to update the global $USERINFO array with the
93 - getUserData(): this is the method DokuWiki uses eg. to retrieve the user's
96 auth plugin's getUserData() method only to make sure the user exists there and
97 then return the SECONDARY auth plugin's getUserData() information to DokuWiki.
166 getUserData() User existance required Stored here
H A Dauth.php202 $USERINFO = $this->getUserData($user, true);
216 $userinfo = $this->authplugins['secondary']->getUserData($user, false);
222 'getUserData() failed, seems user is yet unknown there.', -1,
249 /* Since auth plugins by definition must have a getUserData()
252 $params = $this->authplugins['primary']->getUserData($user, true);
265 'getUserData(): '.$this->_dumpUserData($params).'.',
281 'getUserData() could not supply data.', -1,
328 public function getUserData($user, $requireGroups = true) { function in auth_plugin_authsplit
330 $userinfo = $this->authplugins['primary']->getUserData($user, false);
333 'authsplit:checkPass(): primary auth plugin\'s getUserData() '
[all...]
/plugin/authucenter/
H A Dauth.php176 public function getUserData($user) { function in auth_plugin_authucenter
/plugin/authvk/
H A Daction.php119 if(($auth->getUserData($vk_login) == false) and (!empty($vk_fullname)) ){
H A Dauth.php91 $userinfo = $this->getUserData($user);
112 public function getUserData($user, $requireGroups=true) { function in auth_plugin_authvk
163 if($this->getUserData($user) !== false) {
198 if(($userinfo = $this->getUserData($user)) === false) {
/plugin/authwordpress/
H A Dauth.php129 $data = $this->getUserData($user);
148 * @return array userinfo (refer getUserData for internal userinfo details)
208 public function getUserData($user, $requireGroups = true) function in auth_plugin_authwordpress
/plugin/authyubikey/
H A Daction.php87 $userinfo = $auth->getUserData($user);
H A Dauth.php51 $userinfo = $this->getUserData($user);
104 if(($userinfo = $this->getUserData($user)) === false) return false;
H A Dauth.php.org66 $userinfo = $this->getUserData($user);
87 public function getUserData($user, $requireGroups=true) {
137 if($this->getUserData($user) !== false) {
172 if(($userinfo = $this->getUserData($user)) === false) {
268 * @return array userinfo (refer getUserData for internal userinfo details)
/plugin/autlogin/
H A Daction.php98 $info = $auth->getUserData($best);
318 $info = $auth->getUserData($user);
H A Dadmin.php178 $info = $auth->getUserData($user);
1413 $info = $auth->getUserData($user);
1496 $info = $auth->getUserData($user);
/plugin/autogallery/
H A Dauth.php104 public function getUserData($user, $requireGroups=true) { function in auth_plugin_autogallery
/plugin/autogroup/
H A Daction.php107 $oldinfo = $auth->getUserData($user);
/plugin/autologoff/
H A Dhelper.php81 $info = $auth->getUserData($_SERVER['REMOTE_USER']);
/plugin/avatar/
H A Dhelper.php58 $userinfo = $auth->getUserData($user);

12345