Skip to content

Commit ed1a67a

Browse files
committed
minor #11634 Fix validation.not_compromised_password option default (ogizanagi)
This PR was merged into the 4.3 branch. Discussion ---------- Fix `validation.not_compromised_password` option default Reflecting symfony/symfony#31060 changes in the docs. Commits ------- 35925da Fix `validation.not_compromised_password` option default
2 parents a447b04 + 35925da commit ed1a67a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/framework.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2147,13 +2147,13 @@ has been compromised in a data breach.
21472147
enabled
21482148
.......
21492149

2150-
**type**: ``boolean`` **default**: ``false``
2150+
**type**: ``boolean`` **default**: ``true``
21512151

21522152
.. versionadded:: 4.3
21532153

21542154
The ``enabled`` option was introduced in Symfony 4.3.
21552155

2156-
If you set this option to ``true``, no HTTP requests will be made and the given
2156+
If you set this option to ``false``, no HTTP requests will be made and the given
21572157
password will be considered valid. This is useful when you don't want or can't
21582158
make HTTP requests, such as in ``dev`` and ``test`` environments or in
21592159
continuous integration servers.

0 commit comments

Comments
 (0)