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.
2 parents 8af5ff7 + 90fc206 commit 238f1a1Copy full SHA for 238f1a1
reference/constraints/PasswordStrength.rst
@@ -6,7 +6,10 @@ PasswordStrength
6
The ``PasswordStrength`` constraint was introduced in Symfony 6.3.
7
8
Validates that the given password has reached the minimum strength required by
9
-the constraint.
+the constraint. The strengh of the password is not evaluated with a set of
10
+predefined rules (include a number, use lowercase and uppercase characters,
11
+etc.) but by measuring the entropy of the password based on its length and the
12
+number of unique characters used.
13
14
========== ===================================================================
15
Applies to :ref:`property or method <validation-property-target>`
0 commit comments