Home
last modified time | relevance | path

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

12

/plugin/authyubikey/
H A Dauth.php.org132 public function createUser($user, $pwd, $name, $mail, $grps = null) {
/plugin/authldaplocal/
H A Dauth.php347 public function createUser($user, $pwd, $name, $mail, $grps = null) { function in auth_plugin_authldaplocal
/plugin/authucenter/
H A Dauth.php208 public function createUser($user, $pass, $name, $mail, $grps = null) { function in auth_plugin_authucenter
/plugin/authowncloud/
H A 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/fblogin/files/
H A Dfacebook.class.php188 function createUser($user,$pwd,$name,$mail,$grps=null){ function in auth_facebook
/plugin/farm/
H A Danimal.class.php410 $r = ($localauth->createUser($user, $pass, $name, $mail, $grps) != null);
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php421 function createUser($user,$pwd,$name,$mail,$grps=null){ function in auth_shibboleth

12