Cakephp 3 Authentication plugin, login URL did not match
问题 I want to use the Authentication plugin for CakePHP 3.8 and I'm having problems that are not in documentation. After follow Getting Started (https://book.cakephp.org/authentication/1/en/index.html) I have one question. Originally $fields were specified to change username and password relation in real database, same that Auth component, and login URL is where login form si loaded. First, in getting started or any part of documentation doesn't says about a login view (form), so, like old Auth