Home
last modified time | relevance | path

Searched refs:getUserData (Results 1 – 25 of 123) sorted by relevance

12345

/plugin/authgooglesheets/
H A Dauth.php40 $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 Dauth.php13 function getUserData($user) { function in auth_plugin_sfauth
14 $data = parent::getUserData($user);
22 return $sfuser->getUserData();
/plugin/authsplit/
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/authsaml/
H A Dauth.php56 public function getUserData($user, $requireGroups = true) function in auth_plugin_authsaml
58 return $this->saml->getUserData($user);
H A Daction.php72 $user = $this->saml->getUserData($username);
80 $user = $this->saml->getUserData($username);
/plugin/bureaucracyau/helper/
H A Dfielduser.php54 $udata = $auth->getUserData($value);
95 if (!is_null($value) && $auth->getUserData($value) === false) {
H A Dfieldusers.php63 return $auth->getUserData($user)[$attribute];
91 if ($auth->getUserData($user) === false) {
/plugin/bureaucracy-au/helper/
H A Dfielduser.php54 $udata = $auth->getUserData($value);
95 if (!is_null($value) && $auth->getUserData($value) === false) {
H A Dfieldusers.php63 return $auth->getUserData($user)[$attribute];
91 if ($auth->getUserData($user) === false) {
/plugin/bureaucracy/helper/
H A Dfielduser.php54 $udata = $auth->getUserData($value);
95 if (!is_null($value) && $auth->getUserData($value) === false) {
H A Dfieldusers.php63 return $auth->getUserData($user)[$attribute];
91 if ($auth->getUserData($user) === false) {
/plugin/watchcycle/
H A Dhelper.php105 if ($auth->getUserData($item) === false) {
139 $found[$item] = $auth->getUserData($item);
183 $userData = $auth->getUserData($user);
/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/authchained/
H A Dauth.php236 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);
/plugin/twofactor/
H A DProvider.php60 public function getUserData() function in dokuwiki\\plugin\\twofactor\\Provider
65 $userdata = $auth->getUserData($user);
H A Dadmin.php68 $users = $this->getUserData($this->filter);
218 protected function getUserData($filter) function in admin_plugin_twofactor
238 $userdata = $auth->getUserData($user);
/plugin/authgoogle/
H A Dauth.php44 $uinfo = $this->getUserData($user);
149 $udata = $this->getUserData($login);
156 $udata = $this->getUserData($login);
/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/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) {
/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/authradius/
H A Dauth.php117 $data = $this->getUserData($user);
162 public function getUserData($user) { function in auth_plugin_authradius
/plugin/dev/skel/
H A Dauth.php73 public function getUserData($user, $requireGroups = true)
72 public function getUserData($user, $requireGroups=true) global() function
/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/schedule/
H A DajaxClearCache.php18 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
/plugin/genericsso/
H A Dauth.php49 public function getUserData($user) { function in auth_plugin_genericsso
83 $data = $this->getUserData($user);

12345