-
-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[make:reset-password] increase password strength & check for comprimised password #1405
Conversation
'minMessage' => 'Your password should be at least {{ limit }} characters', | ||
// max length allowed by Symfony for security reasons | ||
'max' => 4096, | ||
]), | ||
new PasswordStrength(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this 👍🏻
perhaps split into 2 PRs ? |
Yes indeed. I will change it. |
a303e50
to
7f746a6
Compare
7f746a6
to
53fdabd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! thank you @Spomky for this PR
For the password reset process:
NotCompromisedPassword
andPasswordStrength
constraints to the password reset form