Got the follwoing working with acl component, however I am not really
sure I can grant permissions to users based on the aros and acos
below:

#Aros:
cake acl create aro root guests
cake acl create aro guests members
cake acl create aro members basic
cake acl create aro basic premium
cake acl create aro premium managers
cake acl create aro managers admins


#Acos:
cake acl create aco / Root
cake acl create aco Root Accounts  :: Admins access only
cake acl create aco Root Users
cake acl create aco Root Subscriptions  :: Admins access only
cake acl create aco Root Payments  :: Admins access only
cake acl create aco Root Profiles
cake acl create aco Root Messages
cake acl create aco Root Albums  Premium members only + admins +
managers
cake acl create aco Root Images
cake acl create aco Root Videos  :: Premium members only + admins +
managers
cake acl create aco Root Menus  :: Admins access only
cake acl create aco Root Groups  :: Admins access only
cake acl create aco Root Comments :: Any registered user

I would like to make sure that guest are only allowed content that are
not reserved to basic members
and admins would have controll over all users.

Been trying to work this out for the past two weeks and all I need now
to get the permissions working right.

Can anyone help please.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to