Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
n8n
2
Hey @shogundj, while you wait for a response, here are some things that might help:
Suggested resources
Automatically matched to your question.
Docs:
Forum:
@Parintele_Damaskin, @moosa, @gusgvd - you’ve helped with similar issues before, can you take a look?
Automatically suggested by n8n’s community bot. It’s a pilot - please share feedback here.
@shogundj
Do this
docker exec -u node -it <your-n8n-container-name> n8n user-management:reset
Thank you for this, but i am currently just learning. Do i input that command in my terminal?
Yes.
Use docker ps to find out your container name.
So if your container is n8n, you will key this
docker exec -u node -it n8n n8n user-management:reset
Thank you. I have reset my password.
Please mark my reply as solution. Thank you