Skip to content

Commit 2922c9c

Browse files
committed
[Validator] Update the name of a level in PasswordStrength constraint
1 parent b6bf68e commit 2922c9c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

reference/constraints/PasswordStrength.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,12 @@ Available Options
7777
``minScore``
7878
~~~~~~~~~~~~
7979

80-
**type**: ``integer`` **default**: ``PasswordStrength::STRENGTH_REASONABLE`` (``2``)
80+
**type**: ``integer`` **default**: ``PasswordStrength::STRENGTH_MEDIUM`` (``2``)
8181

8282
The minimum required strength of the password. Available constants are:
83+
8384
* ``PasswordStrength::STRENGTH_WEAK`` = ``1``
84-
* ``PasswordStrength::STRENGTH_REASONABLE`` = ``2``
85+
* ``PasswordStrength::STRENGTH_MEDIUM`` = ``2``
8586
* ``PasswordStrength::STRENGTH_STRONG`` = ``3``
8687
* ``PasswordStrength::STRENGTH_VERY_STRONG`` = ``4``
8788

0 commit comments

Comments
 (0)