CC-3110 : Password reset
This commit is contained in:
parent
52b0e3c5f9
commit
53d504f26e
3 changed files with 9 additions and 6 deletions
|
@ -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."));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue