Changeset 538 for trunk/app/app_controller.php
- Timestamp:
- 05/21/08 01:02:56 (7 months ago)
- Files:
-
- 1 modified
-
trunk/app/app_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/app_controller.php
r491 r538 24 24 $this->Auth->loginError = 'Invalid e-mail / password combination. Please try again'; 25 25 $this->Auth->authorize = 'controller'; 26 $this->Auth->autoRedirect = true;27 26 $this->Auth->deny('*'); 28 27 29 28 $this->set('cU', $this->Auth->user()); // $cU current user array to use in the views if user logged in 30 29 } 31 30 32 31 public function msgFlash($msg, $to) 33 32 {
