Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
[Validator] Add themessage
option to thePasswordStrength
constraint#50654
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[Validator] Add themessage
option to thePasswordStrength
constraint#50654
Uh oh!
There was an error while loading.Please reload this page.
Conversation
nicolas-grekas commentedJun 13, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Let's target 6.3, that's clearly something we forgot about. |
babe4af
to8e96a98
Comparealexandre-daubois commentedJun 13, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
That's rebased on 6.3 Should the parameter be placed in second or third position while at it, to keep consistency between constraints? |
8e96a98
to2eed59d
CompareThere 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.
Should the parameter be placed in second or third position while at it, to keep consistency between constraints?
That'd be a BC break, + it's not needed with named args.
Thank you@alexandre-daubois. |
Uh oh!
There was an error while loading.Please reload this page.