File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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't send the raw
8585password 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
8888In practice, the raw password is hashed using SHA-1 and only the first bytes of
8989the 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
134134to 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/
You can’t perform that action at this time.
0 commit comments