Home
last modified time | relevance | path

Searched refs:modifyUser (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/inc/Extension/
H A DAuthPlugin.php113 * You should use this function instead of calling createUser, modifyUser or
119 * @param array $params Parameters for the createUser, modifyUser or deleteUsers method.
127 'modify' => 'modifyUser',
293 public function modifyUser($user, $changes)
295 public function modifyUser($user, $changes) global() function in dokuwiki\\Extension\\AuthPlugin
/dokuwiki/lib/plugins/authplain/
H A Dauth.php180 public function modifyUser($user, $changes)
173 public function modifyUser($user, $changes) global() function in auth_plugin_authplain
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php148 $this->modifyUser();
774 protected function modifyUser()
778 protected function modifyUser() global() function in admin_plugin_usermanager
/dokuwiki/lib/plugins/authldap/
H A Dauth.php317 * Definition of the function modifyUser in order to modify the password
323 public function modifyUser($user, $changes)
321 public function modifyUser($user, $changes) global() function in auth_plugin_authldap
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php255 public function modifyUser($user, $changes)
295 public function modifyUser($user, $changes) global() function in auth_plugin_authpdo
/dokuwiki/lib/plugins/authad/
H A Dauth.php580 public function modifyUser($user, $changes)
568 public function modifyUser($user, $changes) global() function in auth_plugin_authad