From 1541fd03a141b2267485a6b73870a6b4214d5b0c Mon Sep 17 00:00:00 2001 From: Adam Novak Date: Wed, 26 Aug 2026 17:04:21 -0400 Subject: [PATCH] Show credentials inside Credential where they need to be This should fix #1446. --- website/content/docs/security/basic.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/content/docs/security/basic.md b/website/content/docs/security/basic.md index 0b19e0714..242b19917 100644 --- a/website/content/docs/security/basic.md +++ b/website/content/docs/security/basic.md @@ -40,8 +40,9 @@ so you will also need to configure the RPC client. ```yaml RPCClient: - User: funnel - Password: abc123 + Credential: + User: funnel + Password: abc123 ``` Make sure to properly protect the configuration file so that it's not readable