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
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