Skip to content

Commit 2478be4

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: [Framework] Fix framework options not_compromised_password
2 parents def16e5 + a68147c commit 2478be4

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
@@ -3830,25 +3830,6 @@ The :doc:`NotCompromisedPassword </reference/constraints/NotCompromisedPassword>
38303830
constraint makes HTTP requests to a public API to check if the given password
38313831
has been compromised in a data breach.
38323832

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

38543835
enabled
@@ -3872,6 +3853,24 @@ allows to define a different, but compatible, API endpoint to make the password
38723853
checks. It's useful for example when the Symfony application is run in an
38733854
intranet without public access to the internet.
38743855

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

0 commit comments

Comments
 (0)