Hello, I need remove auth/login

Hi everyone, I hope someone can help me :smile:
I need remove auth/login
because I want setup and only use in local so I not want to login before go to workflow,
I try with env N8N_BASIC_AUTH_ACTIVE=false as chatgpt said but it not working, I think this flag has been removed

Please help me, thank you!

Information on your n8n setup

  • **n8n version: n8n-monorepo 1.42.0
  • **Running n8n via: pnpm run dev
  • **Operating system: Windows

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

Hi @luuhs,

Welcome to the community! :fireworks:

So this variable is deprecated and we don’t support it anymore. Here’s a list of the environment variables n8n supports at the moment: Environment Variables Overview | n8n Docs

We don’t actually have an option to disable authentication and do not recommend doing it. If you have a password manager, something like Bitwarden for example, it makes it super speedy to pass the login settings and you don’t run the risk of facing safety issues.

Some users have configured this, for example, Self hosted user management - #4 by MutedJam. So you could go that route. But again, we don’t recommend it.

Hope this helps!

3 Likes

Thanks a ton

1 Like

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