Closed ILABUTK closed 5 years ago
Hey there! I don't think I understood well the problem. However, I just added continuous integration with Travis CI for tests with the last update. If the problem is still here I should see some failing tests. Closing it for the moment.
Inside the ResetPasswordController.php:
resetPassword fails. It always throws 500 error. I traced to the $response which gives "password.token".
In the reset function: should it be: $user->password = bcrypt($password);