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

Error on requesting a password reset of a non-existing email address #6

Closed yourithielen closed 11 years ago

yourithielen commented 11 years ago

The problem is in the forgotController on line 83. When a use doesn't exist the mapper returns false and on line 83 the is a check if the use is not null.

acaciovilela commented 11 years ago

@pdobrigkeit, @goalio, @stefankleff, I have a PR to fix it.

pdobrigkeit commented 11 years ago

Thanks. Merged the PR, closing.