Home
last modified time | relevance | path

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

12

/plugin/bureaucracy-au/_test/
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']);
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']);
/plugin/bureaucracyau/_test/
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']);
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/structtasks/_test/
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');
DActionTest.php48 $auth->createUser('user1', 'abcdefg', 'Arron Dom Person', 'adperson@example.com');
49 $auth->createUser('user2', '123456789', 'Fay Mail', 'user2@example.com');
DCliTest.php80 $auth->createUser('user1', 'abcdefg', 'Some One', 'so@example.com');
124 $auth->createUser('user1', 'abcdefg', 'Some One', 'so@example.com');
/plugin/struct/_test/types/
DUserTest.php92 $auth->createUser('12345', 'secret_password', 'Some Person', 'someone@example.com');
93 $auth->createUser('54321', 'another_password', 'Someone Else', 's.else@example.com');
/plugin/authsmartcard/
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/oauth/
Dauth.php84 public function createUser($user, $pwd, $name, $mail, $grps = null) function in auth_plugin_oauth
91 return parent::createUser($user, $pwd, $name, $mail, $grps);
/plugin/authsplit/
Dauth.php392 public function createUser($user, $pass, $name, $mail, $grps = null) { function in auth_plugin_authsplit
397 $result = $this->authplugins['primary']->createUser(
414 $result = $this->authplugins['secondary']->createUser(
/plugin/authowncloud/
Dauth.php107 public function createUser($user, $pwd, $name, $mail, $grps = null) { function in auth_plugin_authowncloud
110 if(!OC_USER::createUser($user, $pwd)) return null;
/plugin/dbquery/_test/
DHelperTest.php49 $auth->createUser('foo', 'bar', 'My Test User', 'foo@example.com', ['one', 'two', 'three']);
/plugin/authchained/
Dauth.php277 public function createUser($user, $pass, $name, $mail, $grps = null) { function in auth_plugin_authchained
279 return $this->usermanager_auth->createUser($user, $pass, $name, $mail, $grps);
/plugin/authgooglesheets/
Dauth.php75 public function createUser($user, $pwd, $name, $mail, $grps = null) function in auth_plugin_authgooglesheets
/plugin/fblogin/files/
Dfacebook.class.php188 function createUser($user,$pwd,$name,$mail,$grps=null){ function in auth_facebook
/plugin/evesso/
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/authserversso/
Dauth.php68 public function createUser($user, $pwd, $name, $mail, $grps = null) { function in auth_plugin_authserversso
324 $pwd = $this->createUser($userSso, $pwd, $name, $mail);
/plugin/authclientcert/
Dauth.php90 …if ($this->createUser($user, auth_pwgen().auth_pwgen(), $certUserInfo['name'], $certUserInfo['mail…
/plugin/authgoogle/
Dauth.php155 $this->createUser($login, md5(rand().$login), $user['name'], $email, $grps);
/plugin/vbsso/includes/
Dapi.php77 …if ($auth->createUser($json[SHAREDAPI_EVENT_FIELD_USERNAME], '', $json[SHAREDAPI_EVENT_FIELD_USERN…
/plugin/authsaml/
Dsaml.php213 … return $auth->createUser($user, $pass, $userData['name'], $userData['mail'], $userData['grps']);
/plugin/authremoteuser/
Dauth.php157 public function createUser($user, $pwd, $name, $mail, $grps = null) { function in auth_plugin_authremoteuser
/plugin/authvk/
Dauth.php158 public function createUser($user, $pwd, $name, $mail, $grps = null) { function in auth_plugin_authvk
/plugin/authimap2/
Dauth.php159 public function createUser($user, $pass, $name, $mail, $grps = null) { function in auth_plugin_authimap2

12