From 18ef42023fc904be30fde42d5338aa3f737aab6c Mon Sep 17 00:00:00 2001 From: Jimmy Date: Mon, 17 Jan 2022 20:50:32 +1300 Subject: [PATCH] Change test user --- users.json.sample | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/users.json.sample b/users.json.sample index e087c64..8388711 100644 --- a/users.json.sample +++ b/users.json.sample @@ -1,8 +1,10 @@ { - "johndoe": { - "username": "johndoe", - "hashed_password": "$2b$12$EixZaYVK1fsbw1ZfbX3OXePaWxn96p36WQoeG6Lruj3vjPGga31lW", - "disabled": "False", - "servers": ["a", "b","minecraft"] - } + "test": { + "username": "test", + "hashed_password": "$2b$12$VS1k1fdA4x2EeF1a/LMIyex.evEQGF5EsviIcG22S55YO8uUQCT7q", + "disabled": false, + "servers": [ + "test" + ] + } } \ No newline at end of file