I have uncommented adminAuth in settings.js and entered a password generated with node-red-admin hash-pw. This works with my debian node-red and asks user credentials before i can use web editor but this doesn't work with my windows 7 node-red.
EDIT:
Node-red version in windows 7: v0.19.5
Node-red version in debian: v0.19.3
When you say it doesn't work, do you mean that it lets you in without asking for a password, or it asks but won't accept it, or what?
Post the node red startup log up to the point you try to login.
It lets me in without asking login credentials. Just goes straight in and i have never entered these credentials so the password shouldn't be saved anywhere in my browser and thus let me in without asking it.
I have also tried with another computer in LAN network and it doesn't either ask anything credentials to log in.
Can't provide you any log info from startup because it never ask the credentials.
I think you have solved my issue. I was in the wrong place, i haven't modified this and will try now!
EDIT:
It works now! Thank you dceejay!
I am using nssm to start node-red and i am using C:\Users\USERNAME\AppData\Roaming\npm\ directory to start node-red. Then i thought the settings file is in C:\Users\USERNAME\AppData\Roaming\npm\node_modules\node-red and edited it, which was wrong.