Home
last modified time | relevance | path

Searched defs:createUser (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/lib/plugins/usermanager/_test/
DAuthPlugin.php31 public function createUser($user, $pwd, $name, $mail, $grps = null) { function in dokuwiki\\plugin\\usermanager\\test\\AuthPlugin
/dokuwiki/lib/plugins/usermanager/
Dremote.php36 public function createUser($user, $name, $mail, $groups, $password = '', $notify = false) function in remote_plugin_usermanager
/dokuwiki/inc/Extension/
DAuthPlugin.php277 public function createUser($user, $pass, $name, $mail, $grps = null) function in dokuwiki\\Extension\\AuthPlugin
/dokuwiki/lib/plugins/authplain/
Dauth.php142 public function createUser($user, $pwd, $name, $mail, $grps = null) function in auth_plugin_authplain
/dokuwiki/lib/plugins/authpdo/
Dauth.php199 public function createUser($user, $clear, $name, $mail, $grps = null) function in auth_plugin_authpdo