Cakedc.users => always redirect to homepage
问题 I'm using the plugins "CakeDC/Users" on a brain new Cakephp installation. I've got two controllers : PagesController.php, CardsController.php. Pages has 1 action (Beta, it's the homepage), and Cards two actions (index, and single). Here is the setup in the bootstrap : Configure::write('Users.config', ['users']); Plugin::load('CakeDC/Users', ['routes' => true, 'bootstrap' => true]); And the configuration of the plugin in config/users.php : return [ 'Users' => [ 'Email' => [ 'validate' => false