Skip to content

Commit 5c982c3

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: [Framework] Fix framework options not_compromised_password
2 parents 04697dd + 2478be4 commit 5c982c3

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

3684-
static_method
3685-
.............
3686-
3687-
**type**: ``string | array`` **default**: ``['loadValidatorMetadata']``
3688-
3689-
Defines the name of the static method which is called to load the validation
3690-
metadata of the class. You can define an array of strings with the names of
3691-
several methods. In that case, all of them will be called in that order to load
3692-
the metadata.
3693-
3694-
translation_domain
3695-
..................
3696-
3697-
**type**: ``string | false`` **default**: ``validators``
3698-
3699-
The translation domain that is used when translating validation constraint
3700-
error messages. Use false to disable translations.
3701-
3702-
37033684
.. _reference-validation-not-compromised-password-enabled:
37043685

37053686
enabled
@@ -3723,6 +3704,24 @@ allows to define a different, but compatible, API endpoint to make the password
37233704
checks. It's useful for example when the Symfony application is run in an
37243705
intranet without public access to the internet.
37253706

3707+
static_method
3708+
.............
3709+
3710+
**type**: ``string | array`` **default**: ``['loadValidatorMetadata']``
3711+
3712+
Defines the name of the static method which is called to load the validation
3713+
metadata of the class. You can define an array of strings with the names of
3714+
several methods. In that case, all of them will be called in that order to load
3715+
the metadata.
3716+
3717+
translation_domain
3718+
..................
3719+
3720+
**type**: ``string | false`` **default**: ``validators``
3721+
3722+
The translation domain that is used when translating validation constraint
3723+
error messages. Use false to disable translations.
3724+
37263725
web_link
37273726
~~~~~~~~
37283727

0 commit comments

Comments
 (0)