Skip to content

Conversation

@chrispage1
Copy link
Contributor

This PR introduces a dedicated request object to the PasswordResetLinkController. The purpose of this change is to allow extensibility of the PasswordResetLinkRequest so that additional validation can be implemented.

Reason: The reason I'd like to implement this is to add validation for reCAPTCHA to protect the forms for example. Using this I can extend the validation for the password reset link to ensure that a valid reCAPTCHA payload is also supplied.

Non breaking: This is a non-breaking change and by default implements the same validation rules.

Thanks,
Chris.

@taylorotwell taylorotwell merged commit aeaddc5 into laravel:1.x Dec 9, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants