Here is the entry from the database.
db.objects.find({_key:"user:2"}).pretty();
{
"_id" : ObjectId("53d79cfe98fa3bf35ba96e41"),
"_key" : "user:2",
"banned" : 0,
"birthday" : "",
"email" : "[email protected]",
"email:confirmed" : 1,
"fullname" : "",
"gravatarpicture" : "https://secure.gravatar.com/avatar/7a192cf8dddf900c964f772b46e81ae7?size=128&default=identicon&rating=pg",
"joindate" : 1406639358362,
"lastonline" : 1423592859354,
"lastposttime" : 1423542804847,
"location" : "New York",
"password" : "",
"picture" : "/community/uploads/profile/2-profileimg.png",
"postcount" : 13,
"profileviews" : 10,
"reputation" : 2,
"signature" : "",
"status" : "online",
"uid" : 2,
"uploadedpicture" : "/community/uploads/profile/2-profileimg.png",
"username" : "admin",
"userslug" : "admin",
"website" : "http://https://vpsie.com",
"followingCount" : 0,
"followerCount" : 1,
"topiccount" : 11
}