CakePHP: authentication frontend and backend, are they possible together?

cdaniel

New Member
I'm developing a CakePHP 1.3 application which needs to login users backend and frontend.On the backend, admins and others must login to edit pages and data.On the frontend, users can login to see "private" pages.I'm using CakePHP ACL/Auth to login backend users (but i dont'have so clear how it works).What do you suggest? I was thinking to set frontend users as a particular "acl" group to see that pages.
 
Back
Top