Home
last modified time | relevance | path

Searched refs:createUser (Results 1 – 4 of 4) sorted by path

/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.
126 'create' => 'createUser',
277 public function createUser($user, $pass, $name, $mail, $grps = null)
279 public function createUser($user, $pass, $name, $mail, $grps = null) global() function in dokuwiki\\Extension\\AuthPlugin
/dokuwiki/inc/Remote/
H A DApiCore.php599 public function createUser($userStruct) global() function in dokuwiki\\Remote\\ApiCore
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php196 public function createUser($user, $clear, $name, $mail, $grps = null)
236 public function createUser($user, $clear, $name, $mail, $grps = null) global() function in auth_plugin_authpdo
/dokuwiki/lib/plugins/authplain/
H A Dauth.php139 public function createUser($user, $pwd, $name, $mail, $grps = null)
137 public function createUser($user, $pwd, $name, $mail, $grps = null) global() function in auth_plugin_authplain