Added users.json example

This commit is contained in:
root 2011-07-04 03:03:55 -06:00
parent 4f28cbe65f
commit 2b4f5dde6e

View File

@ -0,0 +1,8 @@
{
"_comment" : "REMEMBER: have commas ending each line except the last!",
"_format" : "Format is 'user':{'pass':'passwordhash'[,'admin':true]}",
"foo":{"pass":"YOURSHA256HASHHERE"},
"bar":{"pass":"YOURSHA256HASHHERE","admin":true},
"baz":{"pass":"YOURSHA256HASHHERE","admin":true}
}