Show
Ignore:
Timestamp:
03/24/08 13:21:51 (8 months ago)
Author:
aarkerio
Message:

Controllers update

Location:
trunk/app
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/app

    • Property svn:ignore set to
      webroot/img/imgusers/
  • trunk/app/app_controller.php

    r333 r335  
    2020     $this->Auth->loginError = 'Invalid e-mail / password combination. Please try again'; 
    2121     $this->Auth->authorize = 'controller';   
    22      $this->Auth->allow( array('view', 'display', 'subscribe', 'recover', 'reply', 'register', 'insert', 'vote', 'entry', 'download', 'blog','portfolio', 'about',  
    23                                'message', 'search', 'directory', 'bloggers', 'add', 'rss', 'discussion') ); 
     22     $this->Auth->allow( array('view', 'display', 'subscribe', 'recover', 'reply', 'register', 'insert', 'vote', 'entry', 'download', 'blog','portfolio', 'about', 'signup', 'message', 'search', 'directory', 'bloggers', 'add', 'rss', 'discussion') ); 
    2423     $this->Auth->autoRedirect = true; 
    2524     $this->set('cU', $this->Auth->user());  // $cU current user array to use in the views if user logged