Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ action:
---
title: Create additional users as needed for your deployment.
level: 4
stepnum: 5
stepnum: 6
ref: create-additionalusers
pre: |
Use :method:`db.createUser()` to create additional users and specify any
:doc:`built-in roles </core/security-built-in-roles>` or
:doc:`user-defined roles </core/security-user-defined-roles>`.
If you want to view all users in the current database and their assigned
roles, use :method:`db.getUsers()`.
...