ZF-Commons / ZfcUser

A generic user registration and authentication module for ZF2. Supports Zend\Db and Doctrine2. (Formerly EdpUser)
BSD 3-Clause "New" or "Revised" License
497 stars 343 forks source link

ChangePasswordFilter also trigger the `init` event #669

Open lionelgaillard opened 7 years ago

lionelgaillard commented 7 years ago

I was trying to add a custom PasswordStrengthValidator, and expected an init event just like LoginFilter and RegisterFilter. This little line would have made it simpler. Hope it will help.