Home
last modified time | relevance | path

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

/plugin/authucenter/lib/uc_client/control/
H A Duser.php125 $user = $_ENV['user']->get_user_by_email($username);
/plugin/authucenter/lib/uc_client/model/
H A Duser.php36 function get_user_by_email($email) { function in usermodel