Hi! I'm building a blog app. This is my first CakeProject. I have 3 user groups: -users (only allowed to add comments to articles) -writers (allowed to write articles) -admins (everything)
My question are: How to allow writers to edit/delete thier articles only? Is there a way to tell cake to match action names to groups? (i mean ADMIN_index allow to ADMINs) I'm using $this->Auth->authorize = 'actions' as i have aros and acos. Thanx 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
