Show
Ignore:
Timestamp:
02/23/08 18:14:56 (11 months ago)
Author:
aarkerio
Message:

Upgrade to 1.2

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/app_controller.php

    r246 r278  
    2020     $this->Auth->loginError = 'Invalid e-mail / password combination. Please try again'; 
    2121     $this->Auth->authorize = 'controller';   
    22      $this->Auth->allow( array('display', 'view', 'register', 'recover', 'sendmail') ); 
     22     $this->Auth->allow( array('view', 'display', 'subscribe', 'recover') ); 
    2323 
    2424     $this->set('cU', $this->Auth->user());  // $cU current user array to use in the views if user logged