Describe the issue/error/question
I’ve installed n8n via docker as described in the official docs. But opening n8n requires a login. I don’t have one.
What is the error message (if any)?
No error message, but I don’t know how to login and can’t create an account (SMTP not set up).
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database you’re using (default: SQLite):
- Running n8n with the execution process [own(default), main]:
- Running n8n via [Docker, npm, n8n.cloud, desktop app]:
I Followed the official instructions for setting up via docker as seen here: Docker | n8n Docs
N8n starts but when I visit localhost:5678 I’m presented with an email+password login screen. Nothing in the documentation says anything about that but I did try to disable authentication completely with -e N8N_USER_MANAGEMENT_DISABLED=true
What gives? I just wanted to quickly play around with n8n and see if it works for me. I don’t think I should need to set up SMTP or anything just to do that.
What am I missing?
