Skip to content

Commit cc0833a

Browse files
committed
Reword
1 parent 76eebec commit cc0833a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/PasswordStrength.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The default message supplied when the password does not reach the minimum requir
128128
class User
129129
{
130130
#[Assert\PasswordStrength([
131-
'message' => 'The password strength is too low. Please use a stronger password.'
131+
'message' => 'Your password is too easy to guess. Company\'s security policy requires to use a stronger password.'
132132
])]
133133
protected $rawPassword;
134134
}

0 commit comments

Comments
 (0)