Overrding RequestPasswordReset page
Hi all,
I have an existing user table that I need tomap into the authentication process. I have done this for the login page by extendng the existing Login page, overriding the required methods and then in AdminPanelProvider for $panel->login(MyLogin::class). I need to override methods in the requestpasswordreset page and probably the passwordreset page too but not sure how to get these 2 custom pages called instead of the default pages. There doesn't appear to be a method on $panel for this?
Any help appreciated.
1 Reply
What about overriding the routes in your route file?