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

No event 'init' for Form/ResetFilter.php #22

Open HurricaneHarry opened 10 years ago

HurricaneHarry commented 10 years ago

Is there a specific reason?

I'm trying to maintain one function call to handle the specificity of a password constraint. I'm doing it fine with ZfcUser's filter, but can't keep it controlled with this service.

For now, I'm going to override the Service Call 'goalioforgotpassword_reset_form' and modify the filter in there, though, I don't think it's best case to do that.

Any suggestions, thoughts?