Explorar el Código

Add new user NL98 with credentials and role

Code_Uwe hace 7 meses
padre
commit
ec6703b815
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      data/users.js

+ 7 - 0
data/users.js

@@ -395,6 +395,13 @@ const users = [
 		role: "niederlassung",
 		authKey: "S4$F!^R#3n0eA2p",
 	},
+	{
+		id: "NL98",
+		username: "NL98",
+		password: "@Co1^36&bM",
+		role: "niederlassung",
+		authKey: "S4$F!^R#3n0eA2p",
+	},
 ];
 
 module.exports = users;