Initial commit.
This commit is contained in:
commit
b48a4e92e1
169 changed files with 7538 additions and 0 deletions
7
test/fixtures/mongo-user.js
vendored
Normal file
7
test/fixtures/mongo-user.js
vendored
Normal 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"
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue