Acl Tutorial: trying to logout

2011-01-19 Thread opike
I finished implementing the acl tutorial here: http://book.cakephp.org/view/1543/Simple-Acl-controlled-Application and it was working for the most part, I was testing logging in and out with the different users. But now it's in a state where it won't let me access any of the other pages and

Re: Acl Tutorial: trying to logout

2011-01-19 Thread opike
I think I fixed this by adding this line to the beforeFilter() method: $this-Auth-allow('logout'); On Jan 19, 10:10 am, opike hastapast...@gmail.com wrote: I finished implementing the acl tutorial here:http://book.cakephp.org/view/1543/Simple-Acl-controlled-Application and it was working