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 expiration time issue #39

Open yannickvid opened 9 years ago

yannickvid commented 9 years ago

Hello,

I have tried to set the reset expire time to 2592000 (30 days) in the file goalioforgotpassword.global. However, all the records with the reset key have been reset after 24h, as if it was still the default value.

Is this configuration parameter currently available with the last version?