i want to extend the UserController
with an setEventManager
implementation, to display another layout - just with an login mask.
When i call the url www.example.com
i get my Controller, with the other layout.
But if type in a wrong username, i redirected to www.exmpale.com/user/login
and i get the default layout.
How i can overwrite all routes from ZfcUser Module
and redirect them to my own controller, to ensure, the UserController
can not called directly.
Thank you.