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.
validation.not_compromised_password
1 parent a447b04 commit 35925daCopy full SHA for 35925da
reference/configuration/framework.rst
@@ -2147,13 +2147,13 @@ has been compromised in a data breach.
2147
enabled
2148
.......
2149
2150
-**type**: ``boolean`` **default**: ``false``
+**type**: ``boolean`` **default**: ``true``
2151
2152
.. versionadded:: 4.3
2153
2154
The ``enabled`` option was introduced in Symfony 4.3.
2155
2156
-If you set this option to ``true``, no HTTP requests will be made and the given
+If you set this option to ``false``, no HTTP requests will be made and the given
2157
password will be considered valid. This is useful when you don't want or can't
2158
make HTTP requests, such as in ``dev`` and ``test`` environments or in
2159
continuous integration servers.
0 commit comments