On Feb 14, 6:56 am, "[email protected]" <[email protected]> wrote: > Is there anyway to add Auth authentication on each and every views > into a built application?
yes, the same way as you do it to an application you're building > The rule will be only admin can access the > "add" view.Other can access all views and admin can add users. investigate the use of isAuthorized AD -- 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 unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
