Hi, regarding to my auth problem again (got it working now) just a quick question: Is the allow() method not working at all or do i misunderstand something? When using $this->Auth->allow() it seems to disallow something within my login handler even when allowing login, logout and such explicitely. So if I allow() login, login can get viewed, but doesnt query the database. When not using allow() at all, login and logout do work (think its standard behaviour to allow those two functions).
But how can only a part of the login function be disallowed? Is it a bug, is it a feature, is it just weird? Best regards Arne --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
