Overriding the default reset password page

I have been able to customize the register , login and some pages but I am facing an issue while customizing the reset password page When I pass my custom class to this ->passwordReset() it instead customizes another page
No description
5 Replies
codeartisan
codeartisan8mo ago
This is the page I want to customize
No description
LeandroFerreira
LeandroFerreira8mo ago
Shouldn't it be ->passwordReset(Reset::class)?
codeartisan
codeartisan8mo ago
password reset seems to be for some thing else its for the page where you enter the email for resetting your password
d.
d.7mo ago
can i see your Reset::class?
Clay Bitner
Clay Bitner7mo ago
You want it to be
->passwordReset(\Filament\Pages\Auth\PasswordReset\RequestPasswordReset:class, Reset::class)
->passwordReset(\Filament\Pages\Auth\PasswordReset\RequestPasswordReset:class, Reset::class)
It's the second argument in the passwordReset function.
Want results from more Discord servers?
Add your server
More Posts
Order table by his relationshipI have a table with a relationship Like Member -> Subscription (valid_until) i want to order the taRetrieve ID of selected child from related tableHello everyone, I can't retrieve the id of the table related to the Resource, is there any way? Ex:Pass value from Modal form to Action on list pageI have a form modal on a list page triggered from a header action (not a table row action). How doRender custom calculated field in a formI have a form which takes some inputs and based on that inputs (number of persons) I need to calculaCan I use the scaffold option on a fresh Breeze application?Reading the Filament documentation, it says I can use this command to install and scaffold on a fresUpload attachmentI'm trying to implement a image upload for attachment all seems ok, the name of the file is saved inCustom theme for a livewire component using a filament resource tableSo I used a filament table to populate a livewire component and I'm trying to get it to display a cuIs it possible to hide edit/delete buttons from table on mobile only lets say only cellphones ?I tried visibleFrom() or hiddenFrom() methods but they do not exist or visibleOn() .. Any advice pleAdd Searchable() to a form select, hide the listHi! I'm trying to implement a select with a relationship all it's ok (very simple) but when i add thhow to load relationship() on Forms\Components\Fieldset conditionally?The form uses `Forms\Components\Fieldset::relationship('primaryAddress')` to load a related 'address