Skip to content

Commit 5d692c8

Browse files
committed
Change warning to note
1 parent 3008a0d commit 5d692c8

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/waf/detections/leaked-credentials

1 file changed

+1
-1
lines changed

src/content/docs/waf/detections/leaked-credentials/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In addition, leaked credentials detection provides a [managed transform](/rules/
2525

2626
One common approach used in web applications when detecting the use of stolen credentials is to warn end users about the situation and ask them to update their password. You can do this based on the managed header received at your origin server.
2727

28-
:::caution
28+
:::note
2929
Cloudflare does not store, log, or retain plaintext end-user passwords when performing leaked credential checks.
3030
Passwords are hashed, converted into a cryptographic representation, and then compared against a database of leaked credentials.
3131
:::

0 commit comments

Comments
 (0)