CakePHP - authentication component, using a different table name and column name
问题 Just for organization sake, I wanted to use a different table for the authentication component to check, but it doesn't quite work. While I can initially state: $this->Auth->userModel = "CoreUsers" plus set the loginAction to my proper MVC works to look at that table just to confirm it's there, but the login doesn't work, it only keeps returning an incorrect password. Something happens in the authentication component; I can't tell what makes it fail. When I rename my table to "Users", it