Changeset 333 for trunk/app/app_controller.php
- Timestamp:
- 03/23/08 20:16:44 (8 months ago)
- Files:
-
- 1 modified
-
trunk/app/app_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/app_controller.php
r331 r333 17 17 $this->Auth->loginAction = array('controller' => 'users', 'action' => 'login'); 18 18 $this->Auth->loginRedirect = array('controller' => 'news', 'action' => 'display'); 19 $this->Auth->logoutRedirect = '/ ';19 $this->Auth->logoutRedirect = '/news/display'; 20 20 $this->Auth->loginError = 'Invalid e-mail / password combination. Please try again'; 21 21 $this->Auth->authorize = 'controller';
