Home
last modified time | relevance | path

Searched refs:getUserData (Results 76 – 100 of 123) sorted by relevance

12345

/plugin/acknowledge/admin/
H A Dreport.php97 $userinfo = $auth->getUserData($user, true);
/plugin/evesso/
H A Dauth.php210 $sinfo = $this->getUserData($user);
295 while($this->getUserData($user . $count)) {
/plugin/oauth/
H A Dauth.php128 while ($this->getUserData($user . $count)) {
H A DOAuthManager.php239 $localUserInfo = $auth->getUserData($localUser);
/plugin/structtasks/meta/
H A DUtilities.php123 $userData = $auth->getUserData($user, false);
/plugin/struct/types/
H A DUser.php34 $info = $auth->getUserData($rawvalue, false);
/plugin/authvk/
H A Daction.php119 if(($auth->getUserData($vk_login) == false) and (!empty($vk_fullname)) ){
/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
/plugin/ssocas/
H A Daction.php124 $USERINFO = $auth->getUserData($casuser);
/plugin/authclientcert/
H A Dauth.php80 $userInfo = $this->getUserData($user);
/plugin/groupmail/
H A Dsyntax.php124 $info = $auth->getUserData($userId);
330 $info = $auth->getUserData($userId);
/plugin/autlogin/
H A Daction.php98 $info = $auth->getUserData($best);
318 $info = $auth->getUserData($user);
/plugin/groupadmin/
H A Dadmin.php215 $newuserinfo = $this->_auth->getUserData($newuser);
/plugin/chat/
H A Dajax.php278 $udata = $auth->getUserData($user);
/plugin/randominc/
H A Dsyntax.php225 $userdata = $auth->getUserData($user);
/plugin/authowncloud/
H A Dauth.php82 public function getUserData($user) { function in auth_plugin_authowncloud
/plugin/authnc/
H A Dauth.php156 public function getUserData($user, $requireGroups=true) function in auth_plugin_authnc
/plugin/authopenldapkerberos/
H A Dauth.php43 public function getUserData($user, $requireGroups = true) function in auth_plugin_authopenldapkerberos
/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/authorstats/
H A Dsyntax.php247 $user = $auth->getUserData($name);
/plugin/authgooglesheets/
H A Dhelper.php54 public function getUserData($user) function in helper_plugin_authgooglesheets
/plugin/permissioninfo/
H A Dadmin.php350 $userdata = $this->auth->getUserData($username);
/plugin/authfacebook/
H A Dauth.php59 $uinfo = $this->getUserData($user);
/plugin/todo/syntax/
H A Dtodo.php349 $username = $auth->getUserData($username)['name'];
/plugin/authldaplocal/
H A Dauth.php169 public function getUserData($user, $requireGroups=true) { function in auth_plugin_authldaplocal
400 if(($userinfo = $this->getUserData($user)) === false) {

12345