From 2b4f5dde6e9728d2dee6e6925ece7fd1628dc3a4 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 4 Jul 2011 03:03:55 -0600 Subject: [PATCH] Added users.json example --- cgi-bin/users.json.example | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cgi-bin/users.json.example diff --git a/cgi-bin/users.json.example b/cgi-bin/users.json.example new file mode 100644 index 0000000..4b91cdd --- /dev/null +++ b/cgi-bin/users.json.example @@ -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} +}