francescomalatesta / laravel-api-boilerplate-jwt

A Laravel 5.8 API Boilerplate to create a ready-to-use REST API in seconds.
MIT License
1.17k stars 285 forks source link

ResetPassword fails #78

Closed ILABUTK closed 5 years ago

ILABUTK commented 5 years ago

Inside the ResetPasswordController.php:

  1. resetPassword fails. It always throws 500 error. I traced to the $response which gives "password.token".

  2. In the reset function: should it be: $user->password = bcrypt($password);

francescomalatesta commented 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.