Hello, I selfhosted my n8n, but when i try to loggin, it doesnt work, it keep it showing me the empty input for id and password, I dont know how fix it because is a pop up and i dont have reset password button. How can I do ? thanks
Describe the issue/error/question
What is the error message (if any)?
Please share the workflow
(Select the nodes and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow respectively)
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]:
Hello, this is the pop-up that what I am talking about !
I make the installation with OpenMVBbox tool, i Think is with Docker
I am the only user and I don’t have work done on it, so nothing to back up !
Another question, if i reset my ID and password, how can I do to put new ones after that ?
Ah, this looks like basic authentication rather than user management. The CLI command won’t help in this case I am afraid.
Assuming it’s n8n asking for username and password here you can, however, check the N8N_BASIC_AUTH_...environment variables on your n8n server. That would be the login data you’re looking for and these variables are also the ones you need to update if you want to change the login data.
If it’s not n8n you’d need to check how your web server is configured and what username/password it expects.