Skip to content

Instantly share code, notes, and snippets.

@borodean
Last active October 12, 2019 09:30
Show Gist options
  • Select an option

  • Save borodean/c3cb8eaac8a0f82f5128 to your computer and use it in GitHub Desktop.

Select an option

Save borodean/c3cb8eaac8a0f82f5128 to your computer and use it in GitHub Desktop.
Change all passwords to 123
db.accounts.update({},
{ $set: { password: "$2a$10$j2oTuXkqAgbyi9A0dPDVguawh1dMK7TvDu2Aa5ct7YMqmq1CYi9kq" }},
{ multi: true }
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment