Section: Users and roles

Change a user password

javascript
javascript
db.changeUserPassword("appuser", "new-strong-password")
Explanation

Routine credential rotation is easier when you know the exact shell command.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Users and roles
Show users
List users in the current database.
OpenIn sheetjavascriptsame section
Drop a user
Remove a user account.
OpenIn sheetjavascriptsame section
Create a user
Create a database user with roles.
OpenIn sheetjavascriptsame section
Grant additional roles
Add roles to an existing user.
OpenIn sheetjavascriptsame section
Check server status
Inspect a detailed server-status document.
OpenIn sheetjavascript1 tag match
Inspect current operations
See active operations on the server.
OpenIn sheetjavascript1 tag match