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

Commits on Oct 23, 2016

  1. Dedicated method for password validation rules.

    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.
    danielbaylis committed Oct 23, 2016
    Configuration menu
    Copy the full SHA
    d50c0ef View commit details
    Browse the repository at this point in the history