diff --git a/app/users.json b/app/users.json old mode 100644 new mode 100755 index 3e7afb3..e69de29 --- a/app/users.json +++ b/app/users.json @@ -1,10 +0,0 @@ -{ - "johndoe": { - "username": "johndoe", - "full_name": "John Doe", - "email": "johndoe@example.com", - "hashed_password": "$2b$12$EixZaYVK1fsbw1ZfbX3OXePaWxn96p36WQoeG6Lruj3vjPGga31lW", - "disabled": "False", - "servers": ["a", "b","minecraft"] - } -} \ No newline at end of file diff --git a/users.json.sample b/users.json.sample new file mode 100644 index 0000000..e087c64 --- /dev/null +++ b/users.json.sample @@ -0,0 +1,8 @@ +{ + "johndoe": { + "username": "johndoe", + "hashed_password": "$2b$12$EixZaYVK1fsbw1ZfbX3OXePaWxn96p36WQoeG6Lruj3vjPGga31lW", + "disabled": "False", + "servers": ["a", "b","minecraft"] + } +} \ No newline at end of file