We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76eebec commit cc0833aCopy full SHA for cc0833a
reference/constraints/PasswordStrength.rst
@@ -128,7 +128,7 @@ The default message supplied when the password does not reach the minimum requir
128
class User
129
{
130
#[Assert\PasswordStrength([
131
- 'message' => 'The password strength is too low. Please use a stronger password.'
+ 'message' => 'Your password is too easy to guess. Company\'s security policy requires to use a stronger password.'
132
])]
133
protected $rawPassword;
134
}
0 commit comments