Skip to content

Commit 03f2d40

Browse files
committed
Fix wrong heading for not_compromised_password
1 parent b8498bb commit 03f2d40

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)