Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel authored Dec 29, 2021
1 parent 0e369f5 commit 44f2bed
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,11 @@ To update password:
"createdAt":{"$date":"2021-12-29T11:43:29.772Z"},
"displayName":"administrator",
"slug":"administrator",
// this part contains the password, it is populated by Meteor
// services.password.bcrypt = XXX
"services":{},
// admin1234
"services": {
"password": {
"bcrypt": "$2b$10$vxNlPs/AJdIYlypKCp7RVOiFNcc0I8ay6xj0TTXnA94rh5SSn.I8W"
}
"status":{"online":false}}
```
Expand Down

0 comments on commit 44f2bed

Please sign in to comment.