Home
last modified time | relevance | path

Searched refs:getUserData (Results 76 – 100 of 123) sorted by last modified time

12345

/plugin/randominc/
H A Dsyntax.php225 $userdata = $auth->getUserData($user);
/plugin/authfacebook/
H A Dauth.php59 $uinfo = $this->getUserData($user);
/plugin/authsmf20/
H A Dauth.php326 public function getUserData($user, $requireGroups = true) function in auth_plugin_authsmf20
H A Daction.php52 $data = $auth->getUserData($event->data['username']);
/plugin/autologoff/
H A Dhelper.php81 $info = $auth->getUserData($_SERVER['REMOTE_USER']);
/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/authvk/
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) {
H A Daction.php119 if(($auth->getUserData($vk_login) == false) and (!empty($vk_fullname)) ){
/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/vbsso/includes/
H A Dapi.php76 if (!$user = $auth->getUserData($json[SHAREDAPI_EVENT_FIELD_USERNAME]) and $create_user) {
79 $user = $auth->getUserData($json[SHAREDAPI_EVENT_FIELD_USERNAME]);
271 $USERINFO = $auth->getUserData($user);
/plugin/authimap2/
H A Dauth.php72 $userinfo = $this->getUserData($user);
115 public function getUserData($user, $requireGroups=true) { function in auth_plugin_authimap2
164 if($this->getUserData($user) !== false) {
200 if(($userinfo = $this->getUserData($user)) === false) {
/plugin/avatar/
H A Dhelper.php58 $userinfo = $auth->getUserData($user);
/plugin/issuetracker/
H A Daction.php3298 $usr_info = $auth->getUserData($user['client']);
3318 $usr_info = $auth->getUserData($user['client']);
/plugin/authgoogle/
H A Dauth.php44 $uinfo = $this->getUserData($user);
149 $udata = $this->getUserData($login);
156 $udata = $this->getUserData($login);
/plugin/authlinotp/
H A Dauth.php23 $userinfo = $this->getUserData($user);
/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/authorlist/
H A Dhelper.php207 …case 'email': $userdata = $auth->getUserData($loginname); $display= $this->email($userdata['mail']…
297 $userdata = $auth->getUserData($loginname);
/plugin/authyubikey/
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)
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;
/plugin/autogallery/
H A Dauth.php104 public function getUserData($user, $requireGroups=true) { function in auth_plugin_autogallery
/plugin/authldaplocal/
H A Dauth.php169 public function getUserData($user, $requireGroups=true) { function in auth_plugin_authldaplocal
400 if(($userinfo = $this->getUserData($user)) === false) {
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/glossary/
H A Dajax.php14 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));

12345