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:
parent
b78db708d3
commit
e6cd4ad965
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ module.exports = {
|
|||
type: "credentials",
|
||||
users: [{
|
||||
username: "{{ nodered_user }}",
|
||||
password: "{{ nodered_password }}",
|
||||
password: "{{ nodered_password_hash }}",
|
||||
permissions: "*"
|
||||
}]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue