I've recently upgraded to symfony 1.4.  I've installed the latest  
sfGuardUserPlugin.

Now, none of my users will authenticate.  Actually, some of them  
authenticate occasionally.  It seems to be sporadic and I'm having a  
hard time figuring it out.

It appears that the $request in BasesfGuardAuthActions.class.php is  
set to GET instead of POST even though I'm using this in my template:

<form action="<?php echo url_for('@sf_guard_signin') ?>" method="post">
   <table>
     <?php echo $form ?>
   </table>

   <input type="submit" value="sign in" />
   <a href="<?php echo url_for('@sf_guard_password') ?>">Forgot your  
password?</a>
</form>

Users that I know are in the database are not getting authenticated.

Earlier, I was getting past that problem, but the validation was not  
passing even though I know that it should have.

Any help?

Thanks,

Cindy

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to