Skip to content

Commit 327fd33

Browse files
committed
Merge branch '4.4'
* 4.4: Fix `validation.not_compromised_password` option default
2 parents df6db26 + ed1a67a commit 327fd33

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
@@ -2133,9 +2133,9 @@ has been compromised in a data breach.
21332133
enabled
21342134
.......
21352135

2136-
**type**: ``boolean`` **default**: ``false``
2136+
**type**: ``boolean`` **default**: ``true``
21372137

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

0 commit comments

Comments
 (0)