I want that, when site is disabled, nobody will reach the login form whatever they do, unless the blessed ones who know the secret-and-only-path to do so. If everytime an user try to do some action that requires to be logged in, he's redirected to log in screen, the site won't look really disabled.
The disabled boolean is read from database and loaded by a configuration helper (WebThecnick configuration plugin), that loads configuration values at the very beginning of AppController::beforeFilter, so secret route won't be available at routes.php. -- 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
