Searched refs:_check_email (Results 1 – 1 of 1) sorted by relevance
75 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