umar8902 commited on
Commit
38d7d8c
·
verified ·
1 Parent(s): a45b3fb

Initialize users storage with admin account

Browse files
Files changed (1) hide show
  1. users.json +11 -0
users.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "users": {
3
+ "admin": {
4
+ "username": "admin",
5
+ "password_hash": "scrypt:32768:8:1$JVfgbgN1EcwtKB4A$89a72749623aae45e67ae14f721fe2cc94eabd55a341f7dfceefd0ccdae462cceff788e6c247b4bb64adbdc09389cefeb41b26fd472b87811431aea53b08ea18",
6
+ "is_admin": true,
7
+ "message_limit": null,
8
+ "messages_used": 0
9
+ }
10
+ }
11
+ }