> Does this help? > > http://book.cakephp.org/view/1255/AuthComponent-Methods#login-1261 > > I'm not sure it's the best way but it's what I found in the book.
I saw that and looked into it, and the login function authenticates the user based on post data against the database. I need to do the login verification myself, and then to let authcomponent know that the user is logged in and I checked the password myself. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
