Fix LUSER in readme
This commit is contained in:
@@ -52,11 +52,11 @@ Example JSON config:
|
|||||||
],
|
],
|
||||||
"passwordAuthentication": true
|
"passwordAuthentication": true
|
||||||
},
|
},
|
||||||
"username": "owner",
|
"username": "LUSER",
|
||||||
"users": [
|
"users": [
|
||||||
{
|
{
|
||||||
"hashedPassword": "HASHED_PASSWORD",
|
"hashedPassword": "OTHER_USER_HASHED_PASSWORD",
|
||||||
"username": "LUSER"
|
"username": "OTHER_USER"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user