diff --git a/lib/Cake/Core/App.php b/lib/Cake/Core/App.php index 4cd87d98f..0e664549e 100644 --- a/lib/Cake/Core/App.php +++ b/lib/Cake/Core/App.php @@ -284,6 +284,10 @@ class App { '%s' . 'Controller' . DS . 'Component' . DS, '%s' . 'controllers' . DS . 'components' . DS ), + 'Controller/Component/Auth' => array( + '%s' . 'Controller' . DS . 'Component' . DS . 'Auth' . DS, + '%s' . 'controllers' . DS . 'components' . DS . 'auth' . DS + ), 'View' => array( '%s' . 'View' . DS, '%s' . 'views' . DS