Home
last modified time | relevance | path

Searched refs:modifyUser (Results 1 – 23 of 23) sorted by path

/plugin/authchained/
H A Dauth.php294 public function modifyUser($user, $changes) { function in auth_plugin_authchained
296 return $this->usermanager_auth->modifyUser($user, $changes);
/plugin/authgoogle/
H A Dauth.php159 $this->modifyUser($login, array('name'=>$user['name'], 'email'=>$email));
/plugin/authgooglesheets/
H A Dauth.php99 public function modifyUser($user, $changes) function in auth_plugin_authgooglesheets
/plugin/authimap2/
H A Dauth.php195 public function modifyUser($user, $changes) { function in auth_plugin_authimap2
/plugin/authldaplocal/
H A Dauth.php395 public function modifyUser($user, $changes) { function in auth_plugin_authldaplocal
/plugin/authowncloud/
H A Dauth.php130 public function modifyUser($user, $changes) { function in auth_plugin_authowncloud
/plugin/authplaincas/
H A Dauth.php491 function modifyUser($user, $changes) { function in auth_plugin_authplaincas
/plugin/authremoteuser/
H A Dauth.php190 public function modifyUser($user, $changes) { function in auth_plugin_authremoteuser
/plugin/authsaml/
H A Dsaml.php248 $auth->modifyUser($username, $changes);
251 $this->modifyUser($username, $changes);
355 public function modifyUser($username, $changes) { function in saml_handler
/plugin/authsmartcard/
H A Dauth.php205 public function modifyUser($user, $changes) { function in auth_plugin_authsmartcard
206 return parent::modifyUser($user, $changes);
/plugin/authsplit/
H A DREADME125 - modifyUser(): where authsplit routes a change depends on the actual change
168 modifyUser() Depends on the information being modified:
H A Dauth.php443 public function modifyUser($user, $changes) { function in auth_plugin_authsplit
450 $result = $this->authplugins['primary']->modifyUser(
458 'authsplit:modifyUser(): primary auth plugin\'s '.
459 'modifyUser() failed.', -1, __LINE__, __FILE__
466 $result = $this->authplugins['secondary']->modifyUser(
474 'authsplit:modifyUser(): secondary auth plugin\'s '.
475 'modifyUser() failed.', -1, __LINE__, __FILE__
484 $result = $this->authplugins['primary']->modifyUser(
491 'authsplit:modifyUser(): primary auth plugin\'s '.
492 'modifyUser() faile
[all...]
/plugin/authucenter/
H A Dauth.php221 public function modifyUser($user, $changes) { function in auth_plugin_authucenter
/plugin/authvk/
H A Dauth.php193 public function modifyUser($user, $changes) { function in auth_plugin_authvk
/plugin/authyubikey/
H A Dauth.php97 public function modifyUser($user, $changes) { function in auth_plugin_authyubikey
H A Dauth.php.org167 public function modifyUser($user, $changes) {
/plugin/evesso/
H A Dauth.php236 $this->modifyUser($user, array('grps' => $uinfo['grps']));
436 public function modifyUser($user, $changes) { function in auth_plugin_evesso
447 $ok = parent::modifyUser($user, $changes);
/plugin/fblogin/files/
H A Dfacebook.class.php199 function modifyUser($user, $changes) { function in auth_facebook
/plugin/groupmgr/
H A Dsyntax.php336 if ($auth->modifyUser($name, $update)) {
/plugin/oauth/
H A DOAuthManager.php263 $auth->modifyUser($localUser, $userdata);
H A Dauth.php77 public function modifyUser($user, $changes) function in auth_plugin_oauth
89 $ok = parent::modifyUser($user, $changes);
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php454 function modifyUser($user, $changes) { function in auth_shibboleth
/plugin/vbsso/includes/
H A Dapi.php165 $auth->modifyUser($json[SHAREDAPI_EVENT_FIELD_USERNAME], $changes);