Because there are so many bits and pieces associated with Auth, it's hard to diagnose your problem without ALL your code. However, let's try the reverse. Look at these:
http://book.cakephp.org/view/172/authentication http://www.webdevelopment2.com/cakephp-auth-component-tutorial-1/(downloadable code sample) And see if you're missing anything. Good luck. -- Baz L Web Development 2.0 http://WebDevelopment2.com/ On Wed, Apr 9, 2008 at 1:48 PM, Antonio Labriola <[EMAIL PROTECTED]> wrote: > > Hi guys, > > Hopefully someone could have a quick answer for me. I am trying > to use the auth component for authorization in my webapp. I have > activated the auth component and app_controller.php, and i have > created a users_controller,user model, and users table in the > database, all to the default specs laid out in cakephp. > > I just want this simple solution for now as proof of concept, but > i am having one issue. When trying to login on the form i created > using the form helper, it does not seem to be passing the password > back to the login action of the users_controller. It has the > username, but not the password. And i have double checked the naming > convention on the password field on the login form, and it seems to be > correct. > > Has anyone had anything similar to them? I didnt think it was > going to be this difficult to get the simple authorization up and > running. Any help would be appreciated, thanks. > > > Tony > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
