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

Add support for Laravel 8.x's Default Password Rules #3823

Merged
merged 5 commits into from
Jun 16, 2021

Commits on Jun 10, 2021

  1. Add support for Laravel 8.x's Default Password Rules

    An update version of statamic#3732 utilising the suggestions from @jasonvarga
    
    Props to @rrelmy for much of the code / work on this one.
    
    - Opens up support for utilising Laravel's Password::defaults() function
    - Checks for the minimum framework version (8.43.0)
    - Behaviour is exactly the same for users on older versions
    - Behaviour is exactly the same for users who do not utilise this feature
    aj-adl committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    a9d85b0 View commit details
    Browse the repository at this point in the history
  2. style fixes

    aj-adl committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    9c5cd16 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    50e1a88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14a8239 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Configuration menu
    Copy the full SHA
    7733e2e View commit details
    Browse the repository at this point in the history