Skip to content

Commit c5ae2bd

Browse files
committed
you're doing great
1 parent 98c19c6 commit c5ae2bd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

046_mongodb/14_users/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,17 @@ db.customers.find()
8989

9090
```
9191
db.customers.insert({"role" : "double-zero", "name" : "Elon Musk", "age" : 47 })
92+
```
93+
94+
#### test
95+
96+
launch a new terminal window
97+
98+
```
99+
mongo
100+
```
101+
102+
should be unauthorized:
103+
```
104+
show collections
92105
```

0 commit comments

Comments
 (0)