How do I add "forgot password" link to login page?

How do I add "forgot password" link to login page?
Solution:
Exactly what I needed. Thank you
Jump to solution
17 Replies
LeandroFerreira
LeandroFerreira17mo ago
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
damms005
damms00517mo ago
Exactly what I needed. Thank you
Sandeep
Sandeep12mo ago
Can I use this package to Filmanet v3?
Dennis Koch
Dennis Koch12mo ago
Yes. But v3 supports forgot login links on the panel configuration.
Sandeep
Sandeep12mo ago
Is there any testing smtp which help to complete forgot password?
Dennis Koch
Dennis Koch12mo ago
I don't understand that question
Sandeep
Sandeep12mo ago
okay, leave it I have done that. But what will be link of reset password in mail when I did forgot password?
Dennis Koch
Dennis Koch12mo ago
Why is that important? Set it up, send a mail and check the link.
Sandeep
Sandeep12mo ago
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?
Dennis Koch
Dennis Koch12mo ago
And your .env is setup properly to send mails to mailtrap?
Sandeep
Sandeep12mo ago
Yes
Dennis Koch
Dennis Koch12mo ago
Does it work with other Laravel mails?
Sandeep
Sandeep12mo ago
I did properly and I got the success message on filament forgotten page Yes
Sandeep
Sandeep12mo ago
Dennis Koch
Dennis Koch12mo ago
Sounds like a bug to me then, that should be reported on GitHub You don't have queued notification setup?
Sandeep
Sandeep12mo ago
No idea about that
Sandeep
Sandeep12mo ago
mailtrap indbox
Want results from more Discord servers?
Add your server
More Posts
Grouping form fields to reuse them in different formsIs it possible to make a group a f.e. 5 form fields and save them in a "file". And reuse them in sevIs there a way to auto-scrub model attributes that aren't being used?Hello, according to https://filamentphp.com/docs/2.x/admin/resources/security, filament automaticallhow to make uploaded image only visible inside the filament admin panelI have a filament form outside the admin panel where fotos can be uploaded. What do i have to do thaMissing sidebar menu nav``` Alpine Expression Error: Cannot read properties of null (reading 'includes') Expression: "! ($sIs there a way to display no records in the list view by default and only see records when searchin?I want to make it so that: User accesses list records page -> User sees 0 records by default -> UsemutateFormDataBeforeCreate vs dehydrateStateUsingAre they kind of interchangeable? I understand that one is specific to create, but in general, couldModel Policies and AdminIf Im restricting access to the admin to a few select users using canAccessFilament(), do I need to Error when prefilling from query string in resource with persistTabInQueryString enabledHi, I get the following error when persisting tabs in query string enabled when creating a form or uUse createOptionForm and createOptionAction in Radio FieldHow we can use createOptionForm and createOptionAction in Radio Field?How to trigger table action outside table with AlpineJS?I have following table action. How to trigger it (and pass record id) from menu.blade(not filament a