| /dokuwiki/lib/plugins/authplain/_test/ |
| H A D | escaping.test.php | 45 $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 D | ApiCoreAclCheckTest.php | 82 $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 D | AuthPlugin.php | 31 public function createUser($user, $pwd, $name, $mail, $grps = null) { function in dokuwiki\\plugin\\usermanager\\test\\AuthPlugin
|
| /dokuwiki/_test/tests/inc/ |
| H A D | auth_admincheck.test.php | 158 $auth->createUser( 167 $auth->createUser( 189 $auth->createUser(
|
| /dokuwiki/lib/plugins/usermanager/ |
| H A D | remote.php | 36 public function createUser($user, $name, $mail, $groups, $password = '', $notify = false) function in remote_plugin_usermanager
|
| /dokuwiki/inc/Extension/ |
| H A D | AuthPlugin.php | 277 public function createUser($user, $pass, $name, $mail, $grps = null) function in dokuwiki\\Extension\\AuthPlugin
|
| /dokuwiki/lib/plugins/authpdo/_test/ |
| H A D | sqlite.test.php | 142 $auth->createUser('test', 'password', 'A Test user', 'test@example.com', array('newgroup'));
|
| H A D | mysql.test.php | 144 $ok = $auth->createUser(
|
| /dokuwiki/lib/plugins/authplain/ |
| H A D | auth.php | 142 public function createUser($user, $pwd, $name, $mail, $grps = null) function in auth_plugin_authplain
|
| /dokuwiki/lib/plugins/authpdo/ |
| H A D | auth.php | 199 public function createUser($user, $clear, $name, $mail, $grps = null) function in auth_plugin_authpdo
|