laravel / fortify

Backend controllers and scaffolding for Laravel authentication.

Home Page:https://laravel.com/docs/fortify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redirect route after reset cannot be modified

Velka-DEV opened this issue · comments

commented
  • Fortify Version: 1.7
  • Laravel Version: 8.40
  • PHP Version: 7.3
  • Database Driver & Version: MariaDB

Description:

Hi, i just looked into the doc and i don't see anywhere a way to redirect to the correct login view after resetting the password if the login route is not named "login"

Steps To Reproduce:

Login route name: 'auth.login'

Successfully reseting the password will redirect to route called "login"

Hi there. Please see #77