I am having three fields in my login array username, password and one global variable called "owner" there can be multiple occurrence of same username in my user table but their owner field will be different ...so suppose i have the following users in my table
username password owner samuser ***** 1 samuser ***** 2 johnuser ***** 1 Here how can authenticate my users against three fields. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
