Home
last modified time | relevance | path

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

/plugin/authucenter/lib/uc_client/control/
H A Duser.php117 …if($ip && $this->settings['login_failedtime'] && !$loginperm = $_ENV['user']->can_do_login($userna…
151 return $_ENV['user']->can_do_login($username, $ip);
/plugin/authucenter/lib/uc_client/model/
H A Duser.php231 function can_do_login($username, $ip = '') { function in usermodel