Sorry folks, but this has me a bit stumped.
Your flow credentials file is encrypted using a system-generated key.
If the system-generated key is lost for any reason, your credentials
file will not be recoverable, you will have to delete it and re-enter
your credentials.
You should set your own key using the 'credentialSecret' option in
your settings file. Node-RED will then re-encrypt your credentials
file using your chosen key the next time you deploy a change.
Yeah, ok.
But to the best of my knowledge I disabled that because when I set up the secure login, FF would baulk at it and I have not hear any replies resolving the issue.
So I disabled that setting.
Or: So I thought.
This is an extract from the settings.js file:
// Securing Node-RED
// -----------------
// To password protect the Node-RED editor and admin API, the following
// property can be used. See http://nodered.org/docs/security.html for details.
// New stuff for password.
// adminAuth: {
// type: "credentials",
// users: [{
// username: "me",
// password: "**TEXT DELETED FROM HERE**",
// permissions: "*"
// }]
// },
// End New stuff for password.
So, what is it talking about?
(Where can I see this "system generated key" so I can copy it to a safe place.)