Yes simple add your new url in routes, and change in "auth/reset.blade.php" form action url as well.
Regards Arfan
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello!
How can i change the url of the password reset link sent out by password broker?
The default is password/reset/<token> but i need something else.
You have to write your own notification to replace the one in the vendor library, and set the 'action' passed to the template.
See here http://novate.co.uk/changing-the-laravel-5-3-password-reset-email-text/
Please or to participate in this conversation.