Home
last modified time | relevance | path

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

/plugin/authucenter/lib/uc_client/control/
H A Duser.php265 } elseif(!$this->settings['doublee'] && $_ENV['user']->check_emailexists($email, $username)) {
/plugin/authucenter/lib/uc_client/model/
H A Duser.php113 function check_emailexists($email, $username = '') { function in usermodel