protected function setVariableValues()
 {
     $this->setVariable('username', $this->user->getUsername());
     $this->setVariable('firstname', $this->user->getFirstName());
     $this->setVariable('lastname', $this->user->getLastName());
     $this->setVariable('newPasswordUrl', $this->url);
     $this->setVariable('newPasswordLink', '<a href="' . $this->fullUrl . '">' . Gpf_Lang::_('To reset your password click here', null, $this->getRecipientLanguage()) . '</a>');
     $this->addRecipient($this->user->getEmail());
 }