Show
Ignore:
Timestamp:
03/23/08 20:16:44 (8 months ago)
Author:
aarkerio
Message:

Forums fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/app_controller.php

    r331 r333  
    1717     $this->Auth->loginAction = array('controller' => 'users', 'action' => 'login'); 
    1818     $this->Auth->loginRedirect = array('controller' => 'news', 'action' => 'display'); 
    19      $this->Auth->logoutRedirect = '/'; 
     19     $this->Auth->logoutRedirect = '/news/display'; 
    2020     $this->Auth->loginError = 'Invalid e-mail / password combination. Please try again'; 
    2121     $this->Auth->authorize = 'controller';