Hello,

It's about the Auth component (again). I'm allowing logged users to
vote for a picture. Users that aren't logged can click on the "vote"
link which redirects them to the login page. I want to inform them
that they need to log in in order to be able to vote (with a message),
and I don't really know how to do it. I tried to call "users/login/
vote" and then to get the parameter ("vote") in the login action so I
would know if the user wants to vote. The problem is that the login
action is not allowed (and can't be allowed) so when you call "users/
login/vote" you are redirected to the login page with the authError.

Thanks in advance for your time...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to