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
83
83
84
84
In order to make the password validation, this constraint doesn't send the raw
85
85
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 `_.
87
87
88
88
In practice, the raw password is hashed using SHA-1 and only the first bytes of
89
89
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
134
134
to a higher value because it could decrease the security of your application.
135
135
136
136
.. _`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