goalio / GoalioForgotPassword

A Zend Framework 2 (ZF2) Module offering forgot password via e-mail functionality to ZfcUser
BSD 3-Clause "New" or "Revised" License
42 stars 49 forks source link

Fix: removed the fixed overriding for zfc-user/user/login view. #16

Closed drigani closed 11 years ago

drigani commented 11 years ago

The problem was that configuration always fix the login rendering view to the goalio template, and this way broked the posibility you to use the standard zf2 overriding config process of views(https://github.com/ZF-Commons/ZfcUser/wiki/How-to-override-built-in-view-scripts).... for instance in my application i have a web app and a mobile app, both with a login page with differents template views, and with the current config just don't work

maraspin commented 11 years ago

Hello and thanks for your work on this module. it'd be awesome if you could accept @drigani's pull request. It isn't otherwise possible to use custom views, which is a pity. Thanks a lot!

raymondelferink commented 10 years ago

When I install 1.* GoalioForgotPassword this fix does not seem to be included. I still have to include a workaround for my code to use custom view pages.

The lines deleted by drigani are still (or again) present in the master: https://github.com/goalio/GoalioForgotPassword/blob/master/config/module.config.php