Hello All,

I tried to implement the Authentication with the Auth component
following the instruction in the Cookbook.  But it's not working as I
expected.  Please help me out here!  Thanks in advance.
I have a model Post, and I need to do authentication before user can
do posting.  In the /posts/index page, I want to display the login
form, so user can login, then do the posting.  I set the form to go
to /posts/main, but the Auth will first go to /user/login, so user
will see a second login screen, after user entered the correct login
information again, then they will be direct to the /posts/main.
Everything looks logic to me, but how can I make the Auth component to
authenticate the user in the first form, and then direct them to the /
posts/main without showing the second login screen? Or is it possible?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to