Skip to content

Instantly share code, notes, and snippets.

@cklanac
Last active April 4, 2018 17:46
Show Gist options
  • Save cklanac/d09aa5de6c39197a492890e640152ac3 to your computer and use it in GitHub Desktop.
Save cklanac/d09aa5de6c39197a492890e640152ac3 to your computer and use it in GitHub Desktop.
Seed users with hashed password
[
{
"_id": "333333333333333333333300",
"fullname": "User Zero",
"username": "user0",
"password": "$2a$10$QJCIX42iD5QMxLRgHHBJre2rH6c6nI24UysmSYtkmeFv6X8uS1kgi"
},
{
"_id": "333333333333333333333301",
"fullname": "User One",
"username": "user1",
"password": "$2a$10$QJCIX42iD5QMxLRgHHBJre2rH6c6nI24UysmSYtkmeFv6X8uS1kgi"
},
{
"_id": "333333333333333333333302",
"fullname": "User Two",
"username": "user2",
"password": "$2a$10$QJCIX42iD5QMxLRgHHBJre2rH6c6nI24UysmSYtkmeFv6X8uS1kgi"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment