Home
last modified time | relevance | path

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

/plugin/authucenter/
H A Dauth.php95 list($uid, $username, $password, $email) = $this->_uc_user_login($user, $pass);
160 return $this->_uc_user_login($user, $pass); // return true if okay
448 private function _uc_user_login($username, $password){ function in auth_plugin_authucenter