update Mi 27. Mai 10:31:01 CEST 2020
This commit is contained in:
parent
6e31ad712a
commit
39d5ebf101
@ -856,7 +856,8 @@ module.exports = function (fs, bcrypt, app_cfg) {
|
|||||||
(\'82\',\'NEF\'),
|
(\'82\',\'NEF\'),
|
||||||
(\'83\',\'RTW\'),
|
(\'83\',\'RTW\'),
|
||||||
(\'85\',\'KTW\'),
|
(\'85\',\'KTW\'),
|
||||||
(\'88\',\'Rettungsboot\')`);
|
(\'88\',\'Rettungsboot\'),
|
||||||
|
(\'91\',\'Gerätewagen Dekontamination Personal\')`);
|
||||||
// Benutzer-Tabelle mit Standard-Admin befuellen
|
// Benutzer-Tabelle mit Standard-Admin befuellen
|
||||||
bcrypt.hash(app_cfg.global.defaultpass, app_cfg.global.saltRounds, function (err, hash) {
|
bcrypt.hash(app_cfg.global.defaultpass, app_cfg.global.saltRounds, function (err, hash) {
|
||||||
db.run(`INSERT INTO waip_users ( user, password, permissions, ip_address ) VALUES( ?, ?, 'admin', ? )`,
|
db.run(`INSERT INTO waip_users ( user, password, permissions, ip_address ) VALUES( ?, ?, 'admin', ? )`,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user