You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your forgot password module and this doctrine orm adaptation.
I just tested the reset password process with an expired request but it still worked and the password were reseted to passed value.
I investigated a little in your code and I saw the method cleanExpiredForgotRequests($expiryTime) into the password mapper is empty and the same method into the password service do not get the expiryTime from options (TODO commentary).
Have a nice day !
The text was updated successfully, but these errors were encountered:
Hello goalio,
Thank you for your forgot password module and this doctrine orm adaptation.
I just tested the reset password process with an expired request but it still worked and the password were reseted to passed value.
I investigated a little in your code and I saw the method cleanExpiredForgotRequests($expiryTime) into the password mapper is empty and the same method into the password service do not get the expiryTime from options (TODO commentary).
Have a nice day !
The text was updated successfully, but these errors were encountered: