Can't login on self-hosted (was using only basic Auth before version 1 update)

Thanks for your welcome and your assistance Jon!

I used the page you linked and now got it working!

Thanks a lot.

For anyone going through the same and using docker-compose, here’s what did the trick for me:

  1. List the running containers:
    docker-compose ps

  2. Use this command with the n8n container name from previous step:

docker exec -u node -it <n8n-container-name> n8n user-management:reset

  1. Stop and restart docker.

  2. Go to your n8n server. you’ll be presented with a signup screen. Create the owner account.

  3. Don’t forget your credentials.

P.S. N8N Rocks!

2 Likes