controller redirection
Permalink
From do_login in the login controller i want to redirect to a new method in my home page controller, passing some post vars along the way.
I have my home page set up as a page type with an associated controller.
I can redirect to the home page with:
$this->redirect('/', 'loginfailed'); but the loginfailed method does not get called
Any pointers much appreciated
thanks
Steve
I have my home page set up as a page type with an associated controller.
I can redirect to the home page with:
$this->redirect('/', 'loginfailed'); but the loginfailed method does not get called
Any pointers much appreciated
thanks
Steve