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 2922c9c commit a45407cCopy full SHA for a45407c
reference/constraints/PasswordStrength.rst
@@ -1,6 +1,10 @@
1
PasswordStrength
2
================
3
4
+.. versionadded:: 6.3
5
+
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.
10
@@ -15,7 +19,7 @@ Basic Usage
15
19
16
20
The following constraint ensures that the ``rawPassword`` property of the
17
21
``User`` class reaches the minimum strength required by the constraint.
18
-By default, the minimum required score is 2.
22
+By default, the minimum required score is ``2``.
23
24
.. configuration-block::
25
0 commit comments