Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.3] Dedicated method for password validation rules. #16060

Merged
merged 1 commit into from
Oct 24, 2016
Merged

[5.3] Dedicated method for password validation rules. #16060

merged 1 commit into from
Oct 24, 2016

Conversation

danielbaylis
Copy link
Contributor

@danielbaylis danielbaylis commented Oct 23, 2016

Puts password validation rules in a dedicated method so they can be overridden in the ResetPasswordsController in the application without needing to override the entire reset method. Ensures the framework response logic in the resets method isn’t being unnecessarily overridden in an application controller.

Puts validation rules in a dedicated method so they can be overridden
in the ResetPasswordsController in the application without needing to
override the entire reset method.  Ensures the framework response logic
in the resets method isn’t being unnecessarily overridden in an
application controller.
@GrahamCampbell GrahamCampbell changed the title Dedicated method for password validation rules. [5.3] Dedicated method for password validation rules. Oct 23, 2016
@taylorotwell taylorotwell merged commit d50c0ef into laravel:5.3 Oct 24, 2016
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.

None yet

2 participants