CC-3110 : Password reset

This commit is contained in:
Naomi Aro 2011-12-27 14:33:22 -08:00
parent 52b0e3c5f9
commit 53d504f26e
3 changed files with 9 additions and 6 deletions

View file

@ -24,7 +24,7 @@ class AuthController extends Zend_Controller_Action
$auth = new Application_Model_Auth();
$auth->sendPasswordRestoreLink($user, $this->view);
//$this->_helper->redirector('password-restore-after', 'auth');
$this->_helper->redirector('password-restore-after', 'auth');
}
else {
$form->email->addError($this->view->translate("Given email not found."));