Symfony/Doctrine/SfGuardPlugin: Redirect to requested page (route), and not referrer
- by Prasad
I want to be able to take the user to the requested page after login, but this does not happen with sfGuard.
** My Register action requires SignIn ;) **
On the listing page [http://cim/frontend_dev.php/]
- user clicks the 'Register' link [@register = register/index]
- user is taken to 'Signin' page provided by sfGuard
- after sign-in, user is…