Searched defs:createUser (Results 1 – 4 of 4) sorted by relevance
/dokuwiki/inc/Extension/ | ||
H A D | AuthPlugin.php | 279 public function createUser($user, $pass, $name, $mail, $grps = null) global() function in dokuwiki\\Extension\\AuthPlugin |
/dokuwiki/lib/plugins/authplain/ | ||
H A D | auth.php | 137 public function createUser($user, $pwd, $name, $mail, $grps = null) global() function in auth_plugin_authplain |
/dokuwiki/lib/plugins/authpdo/ | ||
H A D | auth.php | 236 public function createUser($user, $clear, $name, $mail, $grps = null) global() function in auth_plugin_authpdo |
/dokuwiki/inc/Remote/ | ||
H A D | ApiCore.php | 599 public function createUser($userStruct) global() function in dokuwiki\\Remote\\ApiCore |