Ok, thanks. I can now deny some acces, following this article http://book.cakephp.org/view/396/authorize
But still, what is the use of the "deny" function then? On Oct 29, 1:12 pm, Marco <[email protected]> wrote: > Is the variable $this->Auth->authorize set to 'controller'? > > On Oct 29, 5:19 am, thomaus <[email protected]> wrote: > > > Hi there, > > > I don't know what's happening with the Auth->deny function, but I > > can't make it work properly. > > > Such a function: > > > function beforeFilter() > > { > > parent::beforeFilter(); > > > $this->Auth->deny('overview'); > > > } > > > in my Users controllers should forbid the access to the url '/users/ > > overview' right? Well it doesn't work at all, I still can access this > > url. > > > Does anybody know what's happening here? > > > Thanks in advance, 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
