I want to prevent users to access other users data. Now I am trying using isAuthorized() function, but not working. Getting '$controller does not implement an isAuthorized() method" error.

2014-03-25 Thread Rahul Dhavale
In app controller added '$this->Auth->authorize = 'Controller';' in before filter and added public function isAuthorized() {} function in users controller. I don't want to use ACL. e.g If logged in users edit profile url is http://localhost/abc/users/edit/1 then I want to prevent to acces user

Re: Exists a Ticket System made in CakePHP

2013-11-18 Thread Rahul Dhavale
I want same. Is there any? On Tuesday, April 21, 2009 2:29:19 PM UTC+5:30, byqsri wrote: > > I have my web application in Cakephp. > It has his registered users . > Now I would add a ticket system on my application only for registered > users. > I have searched a ticket system made in Cakephp