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

Reset password #42

Open gp1 opened 9 years ago

gp1 commented 9 years ago

HI, I would like to do few more validations check before resetting a password, like checking if the previously used password is entered? I could do this by tweaking the Goalio vendor class, but would like to do it from my app with out changing anything on the Core plugin. Any Help will highly be appreciated.