Home
last modified time | relevance | path

Searched refs:createUser (Results 26 – 32 of 32) sorted by path

12

/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/shibbolethauth/files/
H A Dshibboleth.class.php421 function createUser($user,$pwd,$name,$mail,$grps=null){ function in auth_shibboleth
/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/vbsso/includes/
H A Dapi.php77 …if ($auth->createUser($json[SHAREDAPI_EVENT_FIELD_USERNAME], '', $json[SHAREDAPI_EVENT_FIELD_USERN…

12