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 b6bf68e commit 2922c9cCopy full SHA for 2922c9c
reference/constraints/PasswordStrength.rst
@@ -77,11 +77,12 @@ Available Options
77
``minScore``
78
~~~~~~~~~~~~
79
80
-**type**: ``integer`` **default**: ``PasswordStrength::STRENGTH_REASONABLE`` (``2``)
+**type**: ``integer`` **default**: ``PasswordStrength::STRENGTH_MEDIUM`` (``2``)
81
82
The minimum required strength of the password. Available constants are:
83
+
84
* ``PasswordStrength::STRENGTH_WEAK`` = ``1``
-* ``PasswordStrength::STRENGTH_REASONABLE`` = ``2``
85
+* ``PasswordStrength::STRENGTH_MEDIUM`` = ``2``
86
* ``PasswordStrength::STRENGTH_STRONG`` = ``3``
87
* ``PasswordStrength::STRENGTH_VERY_STRONG`` = ``4``
88
0 commit comments