Searched defs:createUser (Results 1 – 5 of 5) sorted by relevance
/dokuwiki/lib/plugins/usermanager/_test/ | ||
D | AuthPlugin.php | 31 public function createUser($user, $pwd, $name, $mail, $grps = null) { function in dokuwiki\\plugin\\usermanager\\test\\AuthPlugin |
/dokuwiki/lib/plugins/usermanager/ | ||
D | remote.php | 36 public function createUser($user, $name, $mail, $groups, $password = '', $notify = false) function in remote_plugin_usermanager |
/dokuwiki/inc/Extension/ | ||
D | AuthPlugin.php | 277 public function createUser($user, $pass, $name, $mail, $grps = null) function in dokuwiki\\Extension\\AuthPlugin |
/dokuwiki/lib/plugins/authplain/ | ||
D | auth.php | 142 public function createUser($user, $pwd, $name, $mail, $grps = null) function in auth_plugin_authplain |
/dokuwiki/lib/plugins/authpdo/ | ||
D | auth.php | 199 public function createUser($user, $clear, $name, $mail, $grps = null) function in auth_plugin_authpdo |