API/app/users.json

10 lines
292 B
JSON
Raw Normal View History

2021-12-03 12:42:26 +00:00
{
"johndoe": {
"username": "johndoe",
"full_name": "John Doe",
"email": "johndoe@example.com",
"hashed_password": "$2b$12$EixZaYVK1fsbw1ZfbX3OXePaWxn96p36WQoeG6Lruj3vjPGga31lW",
2022-01-11 04:18:26 +00:00
"disabled": "False",
2022-01-12 07:48:18 +00:00
"servers": ["a", "b","minecraft"]
2021-12-03 12:42:26 +00:00
}
}