8000 Fix wrong heading for not_compromised_password by HypeMC · Pull Request #12465 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Fix wrong heading for not_compromised_password #12465

8000 New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2223,7 +2223,7 @@ error messages.
.. _reference-validation-not-compromised-password:

not_compromised_password
~~~~~~~~~~~~~~~~~~~~~~~~
........................

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

enabled
.......
"""""""

**type**: ``boolean`` **default**: ``true``

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

endpoint
........
""""""""

**type**: ``string`` **default**: ``null``

Expand Down
0