CakeDC / users

Users Plugin for CakePHP
https://www.cakedc.com
Other
520 stars 296 forks source link

Login problem with extended controller #1025

Closed dragoialexandru1997 closed 1 year ago

dragoialexandru1997 commented 1 year ago

Hello. I want to add users plugin to my project, but i want to extend controller because i want to change layout for some actions. I've done exactly what the documentation says, but i receive following error when i try to login. If i don't extend the controller, the login action is working fine.

Error https://ibb.co/3d8JjCM

dragoialexandru1997 commented 1 year ago

Problem sloved. I forget to add $this->loadComponent('CakeDC/Users.Setup'); to the controller. You can close this topic. Thanks

rochamarcelo commented 1 year ago

Thank you for letting us know.