Skip to content

Instantly share code, notes, and snippets.

@shinecita
Created November 29, 2012 18:56
Show Gist options
  • Save shinecita/4171113 to your computer and use it in GitHub Desktop.
Save shinecita/4171113 to your computer and use it in GitHub Desktop.
db.users.find({email : "[email protected]" });
{ "__neoId" : "173", "__password" : { "salt" : "0XjwgeB4zvYVZe68uScObWskpmdbj7ZVVUCdD0pchEuDQFnQh1Q1QYRUGQ3aFNG24tuwqtITde4+mYgHbDs+h88Y4bfpcl8y2mxq++e3LSffbH/vfZP29GPZd8/1f37Ouh1qB5AODlXKaO2bL6YXi4dN4U7AJVJF0m4FQcBoajA=", "hash" : "…ÐÕ€ÓŸí¬ž„1j\u000b©j\u0017ü|Yðøzt²3šÀ*UjF5ôÁl+\u0014Vpž\u0010\u001aªý°âyN³öŽ‘;…©°:N˜ ¾¯‰çì¥ª¨¥ö?g\u001bX«ûY\u0001®.”Rÿ\u001f+ݐmF\u0004\rhQrú¬n\u0017źA¢\u001c\u0010XX\u001f0\nv\u0002RٟW§\u0006aï ;+°·ø" }
, "_id" : ObjectId("50b62cb856d488de3e000001")
, "description" : null
, "email" : "[email protected]"
, "homeBase" : null
, "invitationsCount" : 2
, "joinedAt" : ISODate("2012-11-29T18:53:37.475Z")
, "name" : "Carolina Urquhart"
, "notifications" : { "weekly" : { "enable" : true } }
, "publicEmail" : true,
"publicFacebook" : null,
"publicLinkedin" : null,
"publicTwitter" : null,
"status" : "active",
"token" : "d350eac55371259f01f50c321b3b4f48d94060fe",
"updatedAt" : ISODate("2012-11-29T18:54:06.823Z"),
"url" : null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment