Skip to content

Fix recover password in Laravel 8 #3207

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 16, 2020
Merged

Fix recover password in Laravel 8 #3207

merged 2 commits into from
Sep 16, 2020

Conversation

tabacitu
Copy link
Member

Looks like in Laravel 8 they've changed the declaration of sendResetLink() so we need to change it too.

But before we merge this, we should test if this triggers any errors on:

  • Laravel 6
  • Laravel 7

@tabacitu tabacitu added the Bug label Sep 16, 2020
@tabacitu tabacitu requested a review from pxpm September 16, 2020 11:20
@scrutinizer-notifier
Copy link

The inspection completed: No new issues

@tabacitu
Copy link
Member Author

Also - I've just added a dusk test for this - Laravel-Backpack/demo#167. I think from now on when we discover a bug and fix it, we should write a test for it so next time we'll know in advance.

@tabacitu tabacitu merged commit 23fb1ed into master Sep 16, 2020
@tabacitu tabacitu deleted the fix-password-broker branch September 16, 2020 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants