CakePHP 2.0 Auth Login not working
问题 I have been fighting with this for awhile. I have a CakePHP 2.0 application that needs Authentication, due to the fact that it must be in another language, I stepped away from the automagic 'User' with 'Username' and 'Password' convention and made my own database table: utilizatori('id', 'nume', 'parola') In my AppController I have the following defined which if I understood correctly should override the default CakePHP associations and make it use my new structure: class AppController