I try to password protect my Node-Red site.
I tried to follow the instructions on the node-red site.
This is what I did:
I changed the .node-red/settings.js file like this:
adminAuth: {
type: "credentials",
users: [{
username: "lodv",
password: "$2a$08$G6Zv96yYwIBOBmhO2GFgsegX3MedzRKdkfiZVO5shiBdHj.AzZ2fi",
permissions: "*"
}]
},
As you can see I generated a new password with the password generator.
I rebooted Raspberry Pi.
When I open my http://192.xxx.xxx.xxx:1880 I get the login screen, but I keep getting Login failed!
I made a printscreen!
I hope you can give me some advise.
Thank you.
Yvonne