Add credentials naming note to credentials page so it's not just in the course

This commit is contained in:
freakwriter
2024-03-11 17:20:23 -04:00
parent e25f983938
commit 2fb9803c6d

View File

@@ -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.
///