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

Can't override views .phtml #8

Closed GuillaumeM69 closed 11 years ago

GuillaumeM69 commented 11 years ago

Hi,

I don't understand why but even with the appplication module after zfcuser and GoalioForgotPassword in the application.config.php, my login.phtml don't override the default in vendor.

GuillaumeM69 commented 11 years ago

Ok I adjust my application module config with a new template_map

gp1 commented 9 years ago

@GuillaumeM69 , Hi How did you adjust the application module? I could do that for just zfuser, but goalioforgotpassword has zfuser inside views, which is always executing first. Thank You in advance.