Re: Pages and Auth

2012-07-09 Thread David Lozzi
Fantastic! Only thing better than CakePHP is the community! Thank you so much! -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubsc

Re: Pages and Auth

2012-07-08 Thread tigr
Hi! I am also falling in love with it, so far as to become jealous already :) The authentication is what you did at your users pages. The authentication and authorization are different. Now you have to set up the authorization using some method, like controller/action authorization for example.

Pages and Auth

2012-07-07 Thread David Lozzi
Hi there, I'm new to CakePHP, and falling in love it with. A question on how this all works. I have setup a route for admin, so domain/admin/news, and domain/admin/users work. I have added authentication using the CakePHP tutorial, but it's added to a single controller, my users. I want it a