소스 검색

Add new user NL54 with credentials and role

codeUWE 11 달 전
부모
커밋
5cc1dd8c85
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      data/users.js

+ 7 - 0
data/users.js

@@ -388,6 +388,13 @@ const users = [
 		role: "niederlassung",
 		authKey: "V8$L!^R#3n0kT2p",
 	},
+	{
+		id: "NL54",
+		username: "NL54",
+		password: "@Co4^83&aL",
+		role: "niederlassung",
+		authKey: "S4$F!^R#3n0eA2p",
+	},
 ];
 
 module.exports = users;