Added users.json example
This commit is contained in:
parent
4f28cbe65f
commit
2b4f5dde6e
8
cgi-bin/users.json.example
Normal file
8
cgi-bin/users.json.example
Normal 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}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user