8000 minor #14442 Fix spelling in NotCompromisedPassword.rst (marvinhinz) · symfony/symfony-docs@1392fbb · GitHub
[go: up one dir, main page]

Skip to content

Commit 1392fbb

Browse files
committed
minor #14442 Fix spelling in NotCompromisedPassword.rst (marvinhinz)
This PR was submitted for the 5.x branch but it was squashed and merged into the 4.4 branch instead. Discussion ---------- Fix spelling in NotCompromisedPassword.rst Small typo fixed: anonimity -> anonymity Commits ------- 7e0a916 Fix spelling in NotCompromisedPassword.rst
2 parents 409fb71 + 7e0a916 commit 1392fbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/constraints/NotCompromisedPassword.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The following constraint ensures that the ``rawPassword`` property of the
8383
8484
In order to make the password validation, this constraint doesn& 7977 #39;t send the raw
8585
password value to the ``haveibeenpwned.com`` API. Instead, it follows a secure
86-
process known as `k-anonimity password validation`_.
86+
process known as `k-anonymity password validation`_.
8787

8888
In practice, the raw password is hashed using SHA-1 and only the first bytes of
8989
the hash are sent. Then, the ``haveibeenpwned.com`` API compares those bytes
@@ -134,4 +134,4 @@ publicly to consider it compromised. Think carefully before setting this option
134134
to a higher value because it could decrease the security of your application.
135135

136136
.. _`haveibeenpwned.com`: https://haveibeenpwned.com/
137-
.. _`k-anonimity password validation`: https://blog.cloudflare.com/validating-leaked-passwords-with-k-anonymity/
137+
.. _`k-anonymity password validation`: https://blog.cloudflare.com/validating-leaked-passwords-with-k-anonymity/

0 commit comments

Comments
 (0)
0