I think the only way to do this would be to create an HTML page with a form
and some javascript that would perform a submit() when the page loads.  This
is dangerous though because you would have to embed the username/password or
some sort of key/hash as a hidden form field.

On Nov 21, 2007 8:59 AM, kabel <[EMAIL PROTECTED]> wrote:

> 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
>



-- 
Michael DePetrillo
[EMAIL PROTECTED]
Mobile: (858) 761-1605
AIM: klassicd

www.michaeldepetrillo.com

Reply via email to