Relative Content

Tag Archive for laravellaravel-breeze

Laravel “reset” password doesn’t work but “forgot” password does

Using Laravel 11 with Breeze, the Reset Password page is not working as intended. When user fills out the form and presses the button, the page just redirects immediately back to the homepage. No confirmation message is displayed – it’s like it isn’t submitting the form at all. No entry added to DB password_reset_tokens. No email sent.