Re: [symfony-users] Re: Help with sfDoctrineGuardPlugin

2011-01-06 Thread sinu govind
Hi Dmitry, Thank you for the reply. But with the echo statement I could embed the signin form into the index page. But still when I give a false login, I automatically gets redirected to another sign up page. How do I make it stay on same page with a "Invalid user/password" on top of the login blo

[symfony-users] Re: Help with sfDoctrineGuardPlugin

2011-01-05 Thread dmitrypol
I used this in my default/indexSuccess.php if(!$sf_user->isAuthenticated()) echo "get_component('sfGuardAuth', 'signin_form'); I also made the frontend app secure in security.yml and then modified sfDoctrineGuard Auth, ForgotPassword and Register modules secure false. Dmitry -- If y