Why come to my UI page after my link and let me log in, but this email and password can’t be wrong. It always prompts me “Wrong username or password. Do you have caps lock on?”
Hi @Tk8and15, you are probably entering the wrong credentials for the instance you are connecting to. From looking at your first screenshot you are running an npm-version of n8n (version 0.208.1), but your other posts and second screenshot suggests you’re also using a Docker version of n8n (version 0.205.0).
You’d need to make sure to enter the correct credentials for the respective instance.
The npm version would most like use an SQLite database in the .n8n folder of your user directory (C:\Users\Tk8and15 where Tk8and15 is your Windows username). If you’re just testing stuff and have no production data you care about you could just delete the .n8n folder in order to start from scratch.