-
Notifications
You must be signed in to change notification settings - Fork 1
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
Ability to hook into password rules #422
Comments
This would be really helpful for projects with minimal password requirements |
Not sure this really fixes the problem but maybe Statamic could hook into new functionality from this PR. laravel/framework#36960. Only issue is that it's Laravel 8 onwards 😂 |
I need at least some basic requirements on passwords because of a goverment project and am be willing to create a PR with a basic implementation for it. My idea would be to make the current password validations ( Would such a PR be welcome? |
Yup. |
I made a pull-request with a minimal proposal how to add additional validation rules. |
Recently saw this cool package: https://github.com/valorin/pwned-validator/.
Would be great if there was a way to add rules to the password validation, so folks could add this, if they wanted. Or other rules (complex password requirements, etc).
The text was updated successfully, but these errors were encountered: