Change test user
This commit is contained in:
parent
49a49f7ea6
commit
18ef42023f
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue