It makes sense to have one authentication system to handle a full app as there should be only one users table to authenticate against. If users need different privileges then you handle that with something as simple as User Groups or you go more complex with ACL which is built to handle user privileges after a user has been authenticated.
Personally, I had a load of hassle getting my head around ACL so I happily make do with User Groups and creating an isAuthorized() function for each controller. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
