I have added the feature for the BBS to be able to accept user messages and display all messages. Still to be done: asc pages for messages and implementation of that. Yes, I do know that I'm still including my test data in the json files. I do not care.
18 lines
504 B
JSON
18 lines
504 B
JSON
{
|
|
"users": [
|
|
{
|
|
"id": 0,
|
|
"name": "Default",
|
|
"password": "Unusable",
|
|
"description": "This account is not to be used",
|
|
"salt": "This account cannot be accessed"
|
|
},
|
|
{
|
|
"id": 1,
|
|
"name": "J4YC33",
|
|
"password": "d32190c6322e27087c934b7bd9ff642bbe71d5782f2242028c3c15298c7aeac6",
|
|
"salt": "SI13YMJl8kWLBhNN",
|
|
"description": "\u0000I *AM* Spartacus!"
|
|
}
|
|
]
|
|
} |