From 2fb9803c6d08573cf1c86542755aa0082f3df7a0 Mon Sep 17 00:00:00 2001 From: freakwriter Date: Mon, 11 Mar 2024 17:20:23 -0400 Subject: [PATCH] Add credentials naming note to credentials page so it's not just in the course --- docs/credentials/add-edit-credentials.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/credentials/add-edit-credentials.md b/docs/credentials/add-edit-credentials.md index 214cfccc0..57cd653f5 100644 --- a/docs/credentials/add-edit-credentials.md +++ b/docs/credentials/add-edit-credentials.md @@ -13,3 +13,7 @@ You can get to the credential modal by either: Once in the credential modal, enter the details required by your service. Refer to your service's page in the [credentials library](/integrations/builtin/credentials/) for guidance. When you save a credential, n8n tests it to confirm it works. + +/// note | Credentials naming +New credentials are named "*node name* account" by default. You can rename the credentials by clicking on the name, similarly to renaming nodes. It's good practice to give them names that identify the app/service, type, and purpose of the credential. A naming convention makes it easier to keep track of and identify your credentials. +///