Initial commit.

This commit is contained in:
Jonathan Cremin 2015-07-09 23:01:43 +01:00
commit b48a4e92e1
169 changed files with 7538 additions and 0 deletions

7
test/fixtures/mongo-user.js vendored Normal file
View file

@ -0,0 +1,7 @@
db.users.save({
"_id": ObjectId("54fd04a37675bcd06213eac8"),
"email": "test@hostr.co",
"salted_password": "$pbkdf2-256-1$2$kBhIDRqFwnF/1ms6ZHfME2o2$a48e8c350d26397fcc88bf0a7a2817b1cdcd1ffffe0521a5",
"joined": 1425867940,
"signup_ip": "127.0.0.1"
});