Reported by siran | July 28th, 2011 @ 11:05 PM
app/users/users/login gets redirected to app/users/login, and then it throws the error "Error: LoginController could not be found."
If I create a route like: Router::connect('/users/:action/*', array('plugin' => 'users', 'prefix' => null, 'controller' => 'users', 'action' => 'index'));
Then username&password do not never match, and I never get logged in...
I don't understand why all this is happening
Reported by siran | July 28th, 2011 @ 11:05 PM
app/users/users/login gets redirected to app/users/login, and then it throws the error "Error: LoginController could not be found."
If I create a route like: Router::connect('/users/:action/*', array('plugin' => 'users', 'prefix' => null, 'controller' => 'users', 'action' => 'index'));
Then username&password do not never match, and I never get logged in...
I don't understand why all this is happening