Home
last modified time | relevance | path

Searched refs:createUser (Results 1 – 25 of 32) sorted by last modified time

12

/plugin/dbquery/_test/
H A DHelperTest.php49 $auth->createUser('foo', 'bar', 'My Test User', 'foo@example.com', ['one', 'two', 'three']);
/plugin/structtasks/_test/
H A DActionTest.php48 $auth->createUser('user1', 'abcdefg', 'Arron Dom Person', 'adperson@example.com');
49 $auth->createUser('user2', '123456789', 'Fay Mail', 'user2@example.com');
H A DCliTest.php80 $auth->createUser('user1', 'abcdefg', 'Some One', 'so@example.com');
124 $auth->createUser('user1', 'abcdefg', 'Some One', 'so@example.com');
H A DUtilitiesTest.php67 $auth->createUser('user1', 'abcdefg', 'Arron Dom Person', 'adperson@example.com');
68 $auth->createUser('user2', '123456789', 'Fay Mail', 'user2@example.com');
172 $auth->createUser('user1', 'abcdefg', 'Arron Dom Person', 'adperson@example.com');
173 $auth->createUser('user2', '123456789', 'Fay Mail', 'user2@example.com');
174 $auth->createUser('user3', 'asdkfjdl', '', 'some@mail.com');
/plugin/oauth/
H A Dauth.php62 public function createUser($user, $pwd, $name, $mail, $grps = null) function in auth_plugin_oauth
69 return parent::createUser($user, $pwd, $name, $mail, $grps);
/plugin/openid/
H A Daction.php464 if (!$auth->createUser($_POST['login'], auth_pwgen(), $_POST['fullname'], $_POST['email'])) {
/plugin/evesso/
H A Dauth.php420 public function createUser($user, $pwd, $name, $mail, $grps = null) { function in auth_plugin_evesso
426 return parent::createUser($user, $pwd, $name, $mail, $grps);
/plugin/authgooglesheets/
H A Dauth.php75 public function createUser($user, $pwd, $name, $mail, $grps = null) function in auth_plugin_authgooglesheets
/plugin/diagramsnet/lib/js/diagramly/
H A DGitHubClient.js109 this.setUser(this.createUser(JSON.parse(userReq.getText())));
119 GitHubClient.prototype.createUser = function(userInfo) method in GitHubClient
/plugin/authremoteuser/
H A Dauth.php157 public function createUser($user, $pwd, $name, $mail, $grps = null) { function in auth_plugin_authremoteuser
/plugin/authchained/
H A Dauth.php275 public function createUser($user, $pass, $name, $mail, $grps = null) { function in auth_plugin_authchained
277 return $this->usermanager_auth->createUser($user, $pass, $name, $mail, $grps);
/plugin/bureaucracyau/_test/
H A Dfield_user.test.php22 $auth->createUser("user1", "54321", "user1Name", "user1@example.com");
23 $auth->createUser("user2", "543210", "user2Name", "user2@example.com");
24 … $auth->createUser("mwuser", "12345", "Wiki User", "wikiuser@example.com", ['group1', 'group2']);
H A Dfield_users.test.php22 $auth->createUser('user1', '54321', 'user1Name', 'user1@example.com');
23 $auth->createUser('user2', '543210', 'user2Name', 'user2@example.com');
24 $auth->createUser('mwuser', '12345', 'Wiki User', 'me@example.com', ['group1', 'group2']);
/plugin/bureaucracy-au/_test/
H A Dfield_user.test.php22 $auth->createUser("user1", "54321", "user1Name", "user1@example.com");
23 $auth->createUser("user2", "543210", "user2Name", "user2@example.com");
24 … $auth->createUser("mwuser", "12345", "Wiki User", "wikiuser@example.com", ['group1', 'group2']);
H A Dfield_users.test.php22 $auth->createUser('user1', '54321', 'user1Name', 'user1@example.com');
23 $auth->createUser('user2', '543210', 'user2Name', 'user2@example.com');
24 $auth->createUser('mwuser', '12345', 'Wiki User', 'me@example.com', ['group1', 'group2']);
/plugin/authclientcert/
H A Dauth.php90 …if ($this->createUser($user, auth_pwgen().auth_pwgen(), $certUserInfo['name'], $certUserInfo['mail…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md386 $controller->createUser($em->reveal());
/plugin/authsmartcard/
H A Dauth.php192 public function createUser($user, $pass, $name, $mail, $grps = null) { function in auth_plugin_authsmartcard
193 return parent::createUser($user, $pass, $name, $mail, $grps);
/plugin/authsaml/
H A Dsaml.php213 … return $auth->createUser($user, $pass, $userData['name'], $userData['mail'], $userData['grps']);
/plugin/authsplit/
H A DREADME102 - createUser(): this is the method that gets called if users register themselves
167 createUser() Created here**´ Created here
H A Dauth.php392 public function createUser($user, $pass, $name, $mail, $grps = null) { function in auth_plugin_authsplit
397 $result = $this->authplugins['primary']->createUser(
402 'authsplit:createUser(): primary auth plugin\'s '.
403 'createUser() failed.', -1, __LINE__, __FILE__
408 'authsplit:createUser(): user created in primary auth plugin.',
414 $result = $this->authplugins['secondary']->createUser(
419 'authsplit:createUser(): secondary auth plugin\'s '.
420 'createUser() failed.', -1, __LINE__, __FILE__
426 'authsplit:createUser(): user created in secondary auth plugin.',
/plugin/authvk/
H A Dauth.php158 public function createUser($user, $pwd, $name, $mail, $grps = null) { function in auth_plugin_authvk
/plugin/vbsso/includes/
H A Dapi.php77 …if ($auth->createUser($json[SHAREDAPI_EVENT_FIELD_USERNAME], '', $json[SHAREDAPI_EVENT_FIELD_USERN…
/plugin/authimap2/
H A Dauth.php159 public function createUser($user, $pass, $name, $mail, $grps = null) { function in auth_plugin_authimap2
/plugin/authgoogle/
H A Dauth.php155 $this->createUser($login, md5(rand().$login), $user['name'], $email, $grps);

12