1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

nodered auth: replace password with its hash in settings.js

This commit is contained in:
Anish Mangal 2019-01-15 13:44:19 +00:00
parent b78db708d3
commit e6cd4ad965

View file

@ -119,7 +119,7 @@ module.exports = {
type: "credentials",
users: [{
username: "{{ nodered_user }}",
password: "{{ nodered_password }}",
password: "{{ nodered_password_hash }}",
permissions: "*"
}]
},