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 block
Wuth warm regards, Sinu On Wed, Jan 5, 2011 at 6:29 PM, dmitrypol <[email protected]> wrote: > 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 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 [email protected] > To unsubscribe from this group, send email to > [email protected]<symfony-users%[email protected]> > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
