Home
last modified time | relevance | path

Searched refs:isuid (Results 1 – 3 of 3) sorted by relevance

/plugin/authucenter/lib/uc_client/control/
H A Duser.php107 $isuid = $this->input('isuid');
122 if($isuid == 1) {
124 } elseif($isuid == 2) {
143 $merge = $status != -1 && !$isuid && $_ENV['user']->check_mergeuser($username) ? 1 : 0;
/plugin/authucenter/
H A Dauth.php453 private function _uc_get_user($username, $isuid = 0){ argument
454 $return = uc_get_user($this->_convert_charset($username), $isuid);
488 private function _uc_get_user_full($username, $isuid = 0){ argument
496 $args = uc_addslashes(array('username' => $username, 'isuid' => $isuid), 1, TRUE);
/plugin/authucenter/lib/uc_client/
H A Dclient.php359 function uc_user_login($username, $password, $isuid = 0, $checkques = 0, $questionid = '', $answer … argument
360 $isuid = intval($isuid);
361 …', 'login', array('username'=>$username, 'password'=>$password, 'isuid'=>$isuid, 'checkques'=>$che…
421 function uc_get_user($username, $isuid=0) { argument
422 …n = call_user_func(UC_API_FUNC, 'user', 'get_user', array('username'=>$username, 'isuid'=>$isuid));