Home
last modified time | relevance | path

Searched refs:createUser (Results 1 – 10 of 10) sorted by relevance

/dokuwiki/lib/plugins/authplain/_test/
H A Descaping.test.php45 $this->auth->createUser("mwuser", "12345", "Mediawiki User", "me@example.com");
55 $this->auth->createUser("colonuser", "password", $name, "me@example.com");
63 $this->auth->createUser("slashuser", "password", $name, "me@example.com");
71 $this->auth->createUser("slashuser", "password", $name, "me@example.com");
/dokuwiki/_test/tests/Remote/
H A DApiCoreAclCheckTest.php82 $auth->createUser("user1", "54321", "a User", "you@example.com");
83 $auth->createUser("user2", "543210", "You", "he@example.com");
84 …$auth->createUser("mwuser", "12345", "Wiki User", "me@example.com", ['more']); //not in default gr…
/dokuwiki/lib/plugins/usermanager/_test/
H A DAuthPlugin.php31 public function createUser($user, $pwd, $name, $mail, $grps = null) { function in dokuwiki\\plugin\\usermanager\\test\\AuthPlugin
/dokuwiki/_test/tests/inc/
H A Dauth_admincheck.test.php158 $auth->createUser(
167 $auth->createUser(
189 $auth->createUser(
/dokuwiki/lib/plugins/usermanager/
H A Dremote.php36 public function createUser($user, $name, $mail, $groups, $password = '', $notify = false) function in remote_plugin_usermanager
/dokuwiki/inc/Extension/
H A DAuthPlugin.php277 public function createUser($user, $pass, $name, $mail, $grps = null) function in dokuwiki\\Extension\\AuthPlugin
/dokuwiki/lib/plugins/authpdo/_test/
H A Dsqlite.test.php142 $auth->createUser('test', 'password', 'A Test user', 'test@example.com', array('newgroup'));
H A Dmysql.test.php144 $ok = $auth->createUser(
/dokuwiki/lib/plugins/authplain/
H A Dauth.php142 public function createUser($user, $pwd, $name, $mail, $grps = null) function in auth_plugin_authplain
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php199 public function createUser($user, $clear, $name, $mail, $grps = null) function in auth_plugin_authpdo