[symfony-users] Re: Question about sfDoctrineGuardPlugin and signing

2010-05-27 Thread Javier Garcia
Well, It looks like smart..I just saw it in facebook. Javi On May 27, 9:43 am, Tom Ptacnik wrote: > Why do you want to do that? > > On 24 kvě, 15:39, Javier Garcia wrote: > > > Hi, > > > by default, using sfDGP, when i try to execute an action of an > > application with security activated, the

[symfony-users] Re: Question about sfDoctrineGuardPlugin and signing

2010-05-27 Thread Tom Ptacnik
Why do you want to do that? On 24 kvě, 15:39, Javier Garcia wrote: > Hi, > > by default, using sfDGP, when i try to execute an action of an > application with security activated, the signin form appears but the URL > doesn't change to "frontend_dev.php/login". > > So, what should i do to get cha

[symfony-users] Re: Question about sfDoctrineGuardPlugin and signing

2010-05-24 Thread pghoratiu
I think you have to replace the security filter (apps/frontend/config/ factories.yml) with your own filter. Just copy the one from symfony/lib/filter/ sfBasicSecurityFilter.class.php and make the necessary changes to do redirects instead of internal forward operation. gabriel On May 24, 4:39