How do I add "forgot password" link to login page?
How do I add "forgot password" link to login page?
21 Replies
Filament
Breezy (Starter Kit) by Jeff Greco - Plugins - Filament
(Un)official authentication starter kit. Login, registration, password reset, email verification, profile page, 2FA, and Sanctum API tokens.
Solution
Exactly what I needed. Thank you
Can I use this package to Filmanet v3?
Yes. But v3 supports forgot login links on the panel configuration.
Is there any testing smtp which help to complete forgot password?
I don't understand that question
okay, leave it I have done that. But what will be link of reset password in mail when I did forgot password?
Why is that important? Set it up, send a mail and check the link.
Actually, I have integrated mailtrap, in that just sent the mail but not recived. So that's why I am asking
If I got that then I can open the reset password page of filament
Are you understood now?
And your
.env
is setup properly to send mails to mailtrap?Yes
Does it work with other Laravel mails?
I did properly and I got the success message on filament forgotten page
Yes

Sounds like a bug to me then, that should be reported on GitHub
You don't have queued notification setup?
No idea about that
mailtrap indbox

Hi bro, how do you solve it this issue? I have the password.sent notification but the mail it hasn't being received by my mail inbox neither by mail trap
is this running:
php artisan queue:work
Or on local dev set your
QUEUE_CONNECTION
env to sync to just run jobs inlineyes, I've already tried that two approaches. It was a problem between my workers and environment variables.