Browse Source

Coomit 2018-08-08 02:06.

zry 5 years ago
parent
commit
0503a079bf
3 changed files with 46 additions and 0 deletions
  1. 8 0
      .idea/modules.xml
  2. 8 0
      .idea/zTinyPasswd.iml
  3. 30 0
      Test/test.json

+ 8 - 0
.idea/modules.xml

@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="ProjectModuleManager">
+    <modules>
+      <module fileurl="file://$PROJECT_DIR$/.idea/zTinyPasswd.iml" filepath="$PROJECT_DIR$/.idea/zTinyPasswd.iml" />
+    </modules>
+  </component>
+</project>

+ 8 - 0
.idea/zTinyPasswd.iml

@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="WEB_MODULE" version="4">
+  <component name="NewModuleRootManager">
+    <content url="file://$MODULE_DIR$" />
+    <orderEntry type="inheritedJdk" />
+    <orderEntry type="sourceFolder" forTests="false" />
+  </component>
+</module>

+ 30 - 0
Test/test.json

@@ -0,0 +1,30 @@
+{
+	"user_map": {
+		"etest": {
+			"password": "$2a$10$x/8uMsNta1.rpeRIbI0oBOC.sBlVr/FTQGnurWpi7vM79xvIJeL6.",
+			"role": "user",
+			"extdata": ""
+		},
+		"hhh": {
+			"password": "$2a$10$fymzvL8E5yaGHa8J8GD5Ou2AIS2jJnC5xG0Z85alne5g5LDu9TA6.",
+			"role": "guest",
+			"extdata": ""
+		},
+		"root": {
+			"password": "$2a$10$FdV/j2NMEtOO6c8iJ8jxp.6O5HUu3.sooTiGEX1FL56MAfcteywe.",
+			"role": "admin",
+			"extdata": ""
+		},
+		"test2": {
+			"password": "$2a$10$fDV6ubbYneb.8/vy3F3s4e0tRdxwznticnJRn5biKPrJcn/8vfhMe",
+			"role": "user",
+			"extdata": ""
+		},
+		"zry": {
+			"password": "$2a$10$NRYANQaiOOibC/05/6PvjuWfVd2p5kFBZEfLXTKJqv3BK3A.gabL.",
+			"role": "admin",
+			"extdata": ""
+		}
+	},
+	"external_data": {}
+}