Did you set the signin redirect url in file app.yml?

all:
  sf_guard_plugin:
    success_signin_url:      @my_route?param=value # the plugin use
the referer as default
    success_signout_url:     module/action         # the plugin use
the referer as default



On Wed, Jul 28, 2010 at 5:10 PM, Javier Garcia <tirengar...@gmail.com>wrote:

> I'm not sure I understood you, but I didn't add any other setting. I
> just create a new project and install sfDoctrineGuardPlugin.
>
>
>
> On Jul 27, 8:07 pm, Joshua Estes <f1gm...@gmail.com> wrote:
> > If you have the setting set to redirct to a certain route once user logs
> in
> > it will do this.
> >
> > On Jul 27, 2010 11:15 AM, "Javier Garcia" <tirengar...@gmail.com> wrote:
> >
> >  Hi,
> >
> > I have just installed sfDGP and activated the security on my web app so
> when
> > i write an URL the authentication form appears.
> >
> > The problem: after logging the web app is not redirected to the referrer
> URL
> > but to the root URL.
> >
> > These are my steps:
> >
> > - I call the URL "http://rs3.localhost/frontend_dev.php/usuario";
> >
> > - The auth form appears.
> >
> > - If i write var_dump($user->getReferer($request->getReferer())); inside
> the
> > signin action this is showed:
> >
> > "http://rs3.localhost/frontend_dev.php/";
> >
> > Any idea?
> >
> > Regards
> >
> > Javi
> >
> > --
> > If you want to report a vulnerability issue on symfony, please send it to
> > security at symfony-project.com
> >
> > You received this message because you are subscribed to the Google
> > Groups "symfony users" group.
> > To post to this group, send email to symfony-users@googlegroups.com
> > To unsubscribe from this group, send email to
> > symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com>
> <symfony-users%2bunsubscr...@googlegroups.com<symfony-users%252bunsubscr...@googlegroups.com>
> >
> > For more options, visit this group athttp://
> groups.google.com/group/symfony-users?hl=en
>
> --
> If you want to report a vulnerability issue on symfony, please send it to
> security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to