Password reset

Asked

Viewed 485 times

0

Good morning, you guys, I’m a beginner in the Laravel, I have the following problem: I’m using Adminlte template, I don’t know if this has anything to do with the problem. I believe I have made all the necessary settings for password recovery work. I have configured the file . env, etc...

On the site, when clicking "I forgot my password" it redirects to route "/password/reset" then I inform the e-mail and password and click send link. Until this part everything works well, the email with the link is sent, all in English.

However, by clicking on the password recovery email link it goes to the "login" route and not to the route where it would be possible to register a new password.

I noticed that in the database the password recovery token seems to be being recorded correctly. I also noticed that in the files generated by Adminlte there is the view reset.blade.php, I believe that the redirection should be to this view. I don’t know how to direct to this view, some things are created automatically and I still don’t know where to move. I’m using version 5.8 of the Standard.

Someone has been through this problem and knows the solution?

  • You know which controller is responsible for controlling these requests?

  • I believe it is the file named Resetpasswordcontroller.php that is in the App Http Controllers Controllers Auth directory. But there’s almost nothing written on it.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.