Before I dive into it, I'll admit to being a bit weak in the whole 
request/response flow, so bear with me if this is slightly obtuse.

I've got an account creation page that works through one module.  After 
account creation, I want to forward that user to my Auth controller, login 
action, which accepts POSTed email/password for validation.  (I set up the 
authentication according to Akrabat's tutorial at 
http://akrabat.com/zend-auth-tutorial/)

I'm not sure how to forward the user to the login action while simultaneously 
posting the email and password.  

Thanks in advance,

kabel

Reply via email to