Thanks for your reply. I do all the auth allow/deny in app controller. Did that means we shouldn't do auth in app controller?
On Wed, Mar 4, 2009 at 11:09 PM, dr. Hannibal Lecter <[email protected]>wrote: > > That depends on how did you set up your Auth. Are you denying > everything in UsersController? > > On Mar 4, 4:01 pm, Joshua <[email protected]> wrote: > > It seems that if I use Auth component in AppController and then I use > > it again in my UserController again. All the request like ../users/ > > method_a will be redirect to login page. > > If I remove the Auth component from UserController, everything works > > fine! > > Why? > > Is there any explanation for this? > > > -- Thanks Joshua --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
