8000 minor #12465 Fix wrong heading for not_compromised_password (HypeMC) · symfony/symfony-docs@fe0725d · GitHub
[go: up one dir, main page]

Skip to content

Commit fe0725d

Browse files
committed
minor #12465 Fix wrong heading for not_compromised_password (HypeMC)
This PR was merged into the 4.3 branch. Discussion ---------- Fix wrong heading for not_compromised_password The `not_compromised_password` section should be a subsection of the `validation` section. Commits ------- 03f2d40 Fix wrong heading for not_compromised_password
2 parents b8498bb + 03f2d40 commit fe0725d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/configuration/framework.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2223,7 +2223,7 @@ error messages.
22232223
.. _reference-validation-not-compromised-password:
22242224

22252225
not_compromised_password
2226-
~~~~~~~~~~~~~~~~~~~~~~~~
2226+
........................
22272227

22282228
The :doc:`NotCompromisedPassword </reference/constraints/NotCompromisedPassword>`
22292229
constraint makes HTTP requests to a public API to check if the given password
@@ -2232,7 +2232,7 @@ has been compromised in a data breach.
22322232
.. _reference-validation-not-compromised-password-enabled:
22332233

22342234
enabled
2235-
.......
2235+
"""""""
22362236

22372237
**type**: ``boolean`` **default**: ``true``
22382238

@@ -2246,7 +2246,7 @@ make HTTP requests, such as in ``dev`` and ``test`` environments or in
22462246
continuous integration servers.
22472247

22482248
endpoint
2249-
........
2249+
""""""""
22502250

22512251
**type**: ``string`` **default**: ``null``
22522252

0 commit comments

Comments
 (0)
0