Skip to content
Discussion options

You must be logged in to vote

This issue occurs because you may have set views as false and it removes password reset route and that's why it's not able to generate password reset url to solve this issue you can add these line in you app service provider boot method

use Illuminate\Auth\Notifications\ResetPassword;

and

ResetPassword::createUrlUsing(function ($user, string $token) { return 'http://127.0.0.1:8000/admin/reset-password/'.$token; });

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@davidwbsc
Comment options

@joy2362
Comment options

Answer selected by davidwbsc
@davidwbsc
Comment options

@joy2362
Comment options

@yousifDR4
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants