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
codeartisanOP13mo ago
This is the page I want to customize
No description
LeandroFerreira
LeandroFerreira13mo ago
Shouldn't it be ->passwordReset(Reset::class)?
codeartisan
codeartisanOP13mo 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.12mo ago
can i see your Reset::class?
Clay Bitner
Clay Bitner12mo 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