auth component issue
- by madphp
Im trying to get my admin routing working with the auth component. I want the following routing to work.
Router::connect('/admin', array('controller' => 'pages', 'action' => 'index', 'admin' => true));
but when i type in /admin it redirects to /admin/users/login and display this error.
Create UsersController::admin_login() in file:…