Skip to content

Commit b357e36

Browse files
committed
[Framework] Fix framework options not_compromised_password
1 parent 78a080f commit b357e36

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

reference/configuration/framework.rst

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3825,25 +3825,6 @@ The :doc:`NotCompromisedPassword </reference/constraints/NotCompromisedPassword>
38253825
constraint makes HTTP requests to a public API to check if the given password
38263826
has been compromised in a data breach.
38273827

3828-
static_method
3829-
.............
3830-
3831-
**type**: ``string | array`` **default**: ``['loadValidatorMetadata']``
3832-
3833-
Defines the name of the static method which is called to load the validation
3834-
metadata of the class. You can define an array of strings with the names of
3835-
several methods. In that case, all of them will be called in that order to load
3836-
the metadata.
3837-
3838-
translation_domain
3839-
..................
3840-
3841-
**type**: ``string | false`` **default**: ``validators``
3842-
3843-
The translation domain that is used when translating validation constraint
3844-
error messages. Use false to disable translations.
3845-
3846-
38473828
.. _reference-validation-not-compromised-password-enabled:
38483829

38493830
enabled
@@ -3867,6 +3848,24 @@ allows to define a different, but compatible, API endpoint to make the password
38673848
checks. It's useful for example when the Symfony application is run in an
38683849
intranet without public access to the internet.
38693850

3851+
static_method
3852+
.............
3853+
3854+
**type**: ``string | array`` **default**: ``['loadValidatorMetadata']``
3855+
3856+
Defines the name of the static method which is called to load the validation
3857+
metadata of the class. You can define an array of strings with the names of
3858+
several methods. In that case, all of them will be called in that order to load
3859+
the metadata.
3860+
3861+
translation_domain
3862+
..................
3863+
3864+
**type**: ``string | false`` **default**: ``validators``
3865+
3866+
The translation domain that is used when translating validation constraint
3867+
error messages. Use false to disable translations.
3868+
38703869
web_link
38713870
~~~~~~~~
38723871

0 commit comments

Comments
 (0)