Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

laracoft's avatar

Password reset with code

$status = Password::sendResetLink(['email' => $user->email]);

I'm trying to reset password using above code in Nova, but it returns Route password.reset not found. There is a nova.password.reset route. What is the easiest way for me to reconcile this difference?

Thank you.

0 likes
1 reply

Please or to participate in this conversation.