_prefs and isa($this, "_EMailPassUser")) { if ($prefs) $this->_prefs = $prefs; if (!isset($this->_prefs->_method)) _PassUser::_PassUser($UserName); } $this->_userid = $UserName; return $this; } function userExists() { if (!$this->isValidName($this->_userid)) { return $this->_tryNextUser(); } $this->_authmethod = 'EMailConfirm'; // check the prefs for emailVerified if ($this->_prefs->get('emailVerified')) return true; return $this->_tryNextUser(); } } // Local Variables: // mode: php // tab-width: 8 // c-basic-offset: 4 // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: