Browse Source

Fixing redirection route in AuthComponent

Jose Lorenzo Rodriguez 11 years ago
parent
commit
b666bf9b8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Controller/Component/AuthComponent.php

+ 1 - 1
src/Controller/Component/AuthComponent.php

@@ -429,7 +429,7 @@ class AuthComponent extends Component {
 				'params' => []
 			],
 			'loginAction' => [
-				'controller' => 'users',
+				'controller' => 'Users',
 				'action' => 'login',
 				'plugin' => null
 			],