Re: Can't call Auth component from controller

2012-05-16 Thread lowpass
You're loading Cake's Auth in the $components array. If you're extending that component you need to load 'OrgAuthorize'. On Sun, May 13, 2012 at 5:51 PM, bs28723 bill.sto...@boosterwebsolutions.com wrote: I wrote an Auth Component. It gets a bunch of permission information about the current

Re: Can't call Auth component from controller

2012-05-16 Thread bs28723
Thanks for the reply. Maybe I am doing something wrong, but I think what I setup was a Custom Authorize Object? http://book.cakephp.org/2.0/en/core-libraries/components/authentication.html So, maybe I did not ask the question right If I create a