EmailController::passwordRestoreAction PHP Method

passwordRestoreAction() public method

    public function passwordRestoreAction()
    {
        $this->view->user = $this->_getParam('user');
        $this->view->token = $this->_getParam('token');
    }