/plugin/bureaucracy-au/_test/ |
H A D | field_user.test.php | 22 $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 D | field_users.test.php | 22 $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/bureaucracyau/_test/ |
H A D | field_user.test.php | 22 $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 D | field_users.test.php | 22 $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/ |
H A D | UtilitiesTest.php | 67 $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');
|
H A D | ActionTest.php | 48 $auth->createUser('user1', 'abcdefg', 'Arron Dom Person', 'adperson@example.com'); 49 $auth->createUser('user2', '123456789', 'Fay Mail', 'user2@example.com');
|
H A D | CliTest.php | 80 $auth->createUser('user1', 'abcdefg', 'Some One', 'so@example.com'); 124 $auth->createUser('user1', 'abcdefg', 'Some One', 'so@example.com');
|
/plugin/authsmartcard/ |
H A D | auth.php | 192 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/ |
H A D | auth.php | 62 public function createUser($user, $pwd, $name, $mail, $grps = null) function in auth_plugin_oauth 69 return parent::createUser($user, $pwd, $name, $mail, $grps);
|
/plugin/dbquery/_test/ |
H A D | HelperTest.php | 49 $auth->createUser('foo', 'bar', 'My Test User', 'foo@example.com', ['one', 'two', 'three']);
|
/plugin/authsplit/ |
H A D | auth.php | 392 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/authowncloud/ |
H A D | auth.php | 107 public function createUser($user, $pwd, $name, $mail, $grps = null) { function in auth_plugin_authowncloud 110 if(!OC_USER::createUser($user, $pwd)) return null;
|
/plugin/authchained/ |
H A D | auth.php | 275 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/authgooglesheets/ |
H A D | auth.php | 75 public function createUser($user, $pwd, $name, $mail, $grps = null) function in auth_plugin_authgooglesheets
|
/plugin/fblogin/files/ |
H A D | facebook.class.php | 188 function createUser($user,$pwd,$name,$mail,$grps=null){ function in auth_facebook
|
/plugin/evesso/ |
H A D | auth.php | 420 public function createUser($user, $pwd, $name, $mail, $grps = null) { function in auth_plugin_evesso 426 return parent::createUser($user, $pwd, $name, $mail, $grps);
|
/plugin/authclientcert/ |
H A D | auth.php | 90 …if ($this->createUser($user, auth_pwgen().auth_pwgen(), $certUserInfo['name'], $certUserInfo['mail…
|
/plugin/authgoogle/ |
H A D | auth.php | 155 $this->createUser($login, md5(rand().$login), $user['name'], $email, $grps);
|
/plugin/vbsso/includes/ |
H A D | api.php | 77 …if ($auth->createUser($json[SHAREDAPI_EVENT_FIELD_USERNAME], '', $json[SHAREDAPI_EVENT_FIELD_USERN…
|
/plugin/authsaml/ |
H A D | saml.php | 213 … return $auth->createUser($user, $pass, $userData['name'], $userData['mail'], $userData['grps']);
|
/plugin/authremoteuser/ |
H A D | auth.php | 157 public function createUser($user, $pwd, $name, $mail, $grps = null) { function in auth_plugin_authremoteuser
|
/plugin/authvk/ |
H A D | auth.php | 158 public function createUser($user, $pwd, $name, $mail, $grps = null) { function in auth_plugin_authvk
|
/plugin/authimap2/ |
H A D | auth.php | 159 public function createUser($user, $pass, $name, $mail, $grps = null) { function in auth_plugin_authimap2
|
/plugin/authucenter/ |
H A D | auth.php | 208 public function createUser($user, $pass, $name, $mail, $grps = null) { function in auth_plugin_authucenter
|
/plugin/openid/ |
H A D | action.php | 464 if (!$auth->createUser($_POST['login'], auth_pwgen(), $_POST['fullname'], $_POST['email'])) {
|