/plugin/authgooglesheets/ |
H A D | auth.php | 40 $userinfo = $this->getUserData($user); 60 public function getUserData($user, $requireGroups = true) function in auth_plugin_authgooglesheets 62 return $this->helper->getUserData($user); 80 if ($this->getUserData($user) !== false) {
|
/plugin/sfauth/ |
H A D | auth.php | 13 function getUserData($user) { function in auth_plugin_sfauth 14 $data = parent::getUserData($user); 22 return $sfuser->getUserData();
|
/plugin/authsplit/ |
H A D | auth.php | 202 $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/authsaml/ |
H A D | auth.php | 56 public function getUserData($user, $requireGroups = true) function in auth_plugin_authsaml 58 return $this->saml->getUserData($user);
|
H A D | action.php | 72 $user = $this->saml->getUserData($username); 80 $user = $this->saml->getUserData($username);
|
/plugin/bureaucracyau/helper/ |
H A D | fielduser.php | 54 $udata = $auth->getUserData($value); 95 if (!is_null($value) && $auth->getUserData($value) === false) {
|
H A D | fieldusers.php | 63 return $auth->getUserData($user)[$attribute]; 91 if ($auth->getUserData($user) === false) {
|
/plugin/bureaucracy-au/helper/ |
H A D | fielduser.php | 54 $udata = $auth->getUserData($value); 95 if (!is_null($value) && $auth->getUserData($value) === false) {
|
H A D | fieldusers.php | 63 return $auth->getUserData($user)[$attribute]; 91 if ($auth->getUserData($user) === false) {
|
/plugin/bureaucracy/helper/ |
H A D | fielduser.php | 54 $udata = $auth->getUserData($value); 95 if (!is_null($value) && $auth->getUserData($value) === false) {
|
H A D | fieldusers.php | 63 return $auth->getUserData($user)[$attribute]; 91 if ($auth->getUserData($user) === false) {
|
/plugin/watchcycle/ |
H A D | helper.php | 101 } elseif ($auth->getUserData($item) === false) { 134 $found[$item] = $auth->getUserData($item); 179 $userData = $auth->getUserData($user);
|
/plugin/authsmartcard/ |
H A D | auth.php | 139 $userdata = $this->getUserData($username); 170 public function getUserData($user) { function in auth_plugin_authsmartcard 171 return parent::getUserData($user);
|
/plugin/authchained/ |
H A D | auth.php | 236 public function getUserData($user, $requireGroups=true) { function in auth_plugin_authchained 245 return $this->usermanager_auth->getUserData($user); 250 $tmp_array = $module[1]->getUserData($user); 258 return $this->chained_auth->getUserData($user); 348 * @return array list of userinfo (refer getUserData for internal userinfo details)
|
/plugin/twofactor/ |
H A D | Provider.php | 60 public function getUserData() function in dokuwiki\\plugin\\twofactor\\Provider 65 $userdata = $auth->getUserData($user);
|
H A D | admin.php | 68 $users = $this->getUserData($this->filter); 218 protected function getUserData($filter) function in admin_plugin_twofactor 238 $userdata = $auth->getUserData($user);
|
/plugin/authgoogle/ |
H A D | auth.php | 44 $uinfo = $this->getUserData($user); 149 $udata = $this->getUserData($login); 156 $udata = $this->getUserData($login);
|
/plugin/authremoteuser/ |
H A D | auth.php | 82 $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/authvk/ |
H A D | auth.php | 91 $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/authimap2/ |
H A D | auth.php | 72 $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/authradius/ |
H A D | auth.php | 117 $data = $this->getUserData($user); 162 public function getUserData($user) { function in auth_plugin_authradius
|
/plugin/dev/skel/ |
H A D | auth.php | 73 public function getUserData($user, $requireGroups = true) 72 public function getUserData($user, $requireGroups=true) global() function
|
/plugin/vbsso/includes/ |
H A D | api.php | 76 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/schedule/ |
H A D | ajaxClearCache.php | 18 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
|
/plugin/genericsso/ |
H A D | auth.php | 189 $data = $this->getUserData($user); 294 public function getUserData($user, $requireGroups = true): array { 49 public function getUserData($user) { global() function in auth_plugin_genericsso
|