When a controller action calls another model's action of which the user does not have privileges, the original action fails. Is there any clever way of allowing controller actions to call actions in other models without being denied due to user privileges?
For Example : Staff member has full access to the User controller actions, but does not have access to Posts as I don't want them accessing any of the views associated with Post. However, Users/view calls Posts->find to extract some data for the view. The Users/view action fails with an ACL error. Is there any way of allowing controller actions for which you have ACL access to call find etc on other models and override permissions? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
