Changing a local user's account password
Your system includes a single local user account called admin
, which is available when you first install the system. In addition, your system lets you create a secondary local admin account for reconciliation purposes. You can use the Admin App, CLI commands, or REST API methods to change the passwords for these accounts.
Admin App instructions
Procedure
Click the user icon (
) in the top right corner of the window.
Click Change Password.
Confirm your current password for the chosen account and specify a new password.
Click Change Password.
Related CLI commandd
updateCurrentUserPassword
Related REST API methods
POST /setup/password
You can get help on specific REST API methods for the Admin App at REST API - Admin.