Skip to content

Commit

Permalink
basic authentication for dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
SharadaShehan committed May 23, 2024
1 parent a9fe525 commit ed781d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web_app/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ module.exports = {
* See https://nodered.org/docs/security.html#generating-the-password-hash
*/
//httpNodeAuth: {user:"user",pass:"$2a$08$zZWtXTja0fB1pzD4sHCMyOCMYz2Z6dNbM6tl8sJogENOMcxWV9DN."},
httpNodeAuth: {
user: 'user',
pass: '$2b$10$tOMYFBns06YJvV6taZhucuLUBa4iuCGjlG9JqAlWyxHxL7nz5M966'
},
//httpStaticAuth: {user:"user",pass:"$2a$08$zZWtXTja0fB1pzD4sHCMyOCMYz2Z6dNbM6tl8sJogENOMcxWV9DN."},

/*******************************************************************************
Expand Down Expand Up @@ -561,4 +565,3 @@ module.exports = {
// */
//},
}

0 comments on commit ed781d4

Please # to comment.