How do I rename my credentials?

Hey, community I can’t find I way to rename the credentials.

I have 2 credentials, one with OAuth and one with Access-Token, but they are called “Slack Account”, and “Slack Account 2”. Another sample would be a credential called “OpenAi account” but it’s actually an “OpenRouter Account”.

Hope you can help me, thanks a lot!

Information on your n8n setup

  • n8n version: 1.71.3
  • Database (default: SQLite):SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system:ubuntu linux

Hi @Puresoft,

Welcome to the community :tada:

Tip for sharing your workflow in the forum

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!


Click on one of the Credentials and hover over the Credential name. You should see a pencil icon which you can click to edit the name:

CleanShot 2024-12-20 at 00.02.09

1 Like

Thank you very much for you quick answer!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.