Password reset

Intro: Well, this is a surprise. All the work required to implement the password reset functionality is already done by Laravel Breeze, the only thing we had to do is to add the email configurations. And as we have already done that there is nothing to do for now. Let’s test if it is working properly or not.

Steps:

  1. Click on ‘forgot password’ on the login screen.
  2. Enter your registered email, and click on the button to get an email with password-reset link.
  3. Check your inbox, open the email.
  4. Click on the password-reset link.
  5. Enter your new password and submit and you are done.
  6. Try to log in.

Conclusion: Now let’s move on to the next task.

Leave a Reply

Your email address will not be published.