Home
last modified time | relevance | path

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

/plugin/authucenter/lib/uc_client/control/
H A Duser.php75 if(($status = $this->_check_email($email)) < 0) {
92 if(!$ignoreoldpw && $email && ($status = $this->_check_email($email, $username)) < 0) {
157 return $this->_check_email($email);
257 function _check_email($email, $username = '') { function in usercontrol