diff --git a/mongodb-debian.md b/mongodb-debian.md index c981f92..bf34187 100644 --- a/mongodb-debian.md +++ b/mongodb-debian.md @@ -17,7 +17,7 @@ db.createUser( { user: "myUserAdmin", - pwd: passwordPrompt(), // or cleartext password + pwd: passwordPrompt(), roles: [ { role: "userAdminAnyDatabase", db: "admin" }, { role: "readWriteAnyDatabase", db: "admin" }