Skip to content

Instantly share code, notes, and snippets.

@ornicar
Created October 13, 2012 22:09
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ornicar/3886345 to your computer and use it in GitHub Desktop.
lichess.org mongodb uer
{
"_id" : "thibault",
"bio" : "سلام",
"createdAt" : ISODate("2010-11-22T08:48:00Z"),
"elo" : 1416,
"enabled" : true,
"engine" : false,
"nbAi" : 141,
"nbDraws" : 32,
"nbDrawsH" : 28,
"nbGames" : 1686,
"nbLosses" : 772,
"nbLossesH" : 679,
"nbRatedGames" : 664,
"nbWins" : 799,
"nbWinsH" : 781,
"password" : ":)",
"salt" : ":)",
"roles" : [
"ROLE_SUPER_ADMIN",
"ROLE_ADMIN"
],
"settings" : {
"bg" : "dark",
"chat" : "true",
"sound" : "false",
"theme" : "wood"
},
"toints" : 9,
"username" : "thibault"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment