You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requesting a new password reset makes the token in the previous one expired.
Clicking on that expired link loads the password reset form but there is no error message.
The "token expired" error message appears only when the user submits the form.
Inspired by @iamgergo
Steps To Reproduce
Request password reset
Request password reset again
Click the link in the first email (that contains the expired token)
The text was updated successfully, but these errors were encountered:
As Laravel is an open source project, we rely on the community to help us diagnose and fix issues as it is not possible to research and fix every issue reported to us via GitHub.
If possible, please make a pull request fixing the issue you have described, along with corresponding tests. All pull requests are promptly reviewed by the Laravel team.
Fortify Version
1.19.0
Laravel Version
10.34.2
PHP Version
8.2.13
Database Driver & Version
MariaDB 10.3.39 on Debian buster amd64
Description
Requesting a new password reset makes the token in the previous one expired.
Clicking on that expired link loads the password reset form but there is no error message.
The "token expired" error message appears only when the user submits the form.
Inspired by @iamgergo
Steps To Reproduce
The text was updated successfully, but these errors were encountered: