Skip to content

Commit 1b1a4db

Browse files
committed
minScore documentation added
1 parent a9aec7c commit 1b1a4db

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

reference/constraints/PasswordStrength.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,13 @@ By default, the minimum required score is 2.
7474
Available Options
7575
-----------------
7676

77-
.. include:: /reference/constraints/_groups-option.rst.inc
77+
``minScore``
78+
~~~~~~~~~~~~~~~~
79+
80+
**type**: ``int`` **default**: ``2``
81+
82+
The minimum required strength of the password between ``1`` and ``4`` included.
83+
``1`` is the weakest and ``4`` is the strongest.
7884

7985
``lowStrengthMessage``
8086
~~~~~~~~~~~~~~~~~~~~~~
@@ -83,8 +89,6 @@ Available Options
8389

8490
The default message supplied when the password does not reach the minimum required score.
8591

86-
.. include:: /reference/constraints/_payload-option.rst.inc
87-
8892
``restrictedData``
8993
~~~~~~~~~~~~~~~~~~
9094

0 commit comments

Comments
 (0)