Hello, In your form header :
<form action="..." method="POST"> ... </form> You can use Firebug to watch the Network HTTP transactions. It will tell you if there was a redirection, where does the form submit, etc. 2009/12/7 drmikecrowe <[email protected]> > Hi folks, > > I'm having random users report login problems using sfGuard. When a > user clicks on Login (after filling in their username/password), it > immediately returns to the login page with a 401 error. > > I've added some debugging code, and in > BasesfGuardAuthActions.class.php, and it appears the submit isn't > working correctly. The $request is coming in as a "GET", not a > "POST", so it's not logging a user in. > > Anybody seen this before? Clearing cache, etc, doesn't seem to help. > > Any ideas? > > TIA > Mike > > -- > > 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. > > > -- Alexandre Salomé -- [email protected] -- 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.
