# Change Local User Password

> Changes the password for an existing local user account.

Source: https://docs.capaone.com/capaone/application-manager/powerbricks/change-local-user-password/  
Product: CapaOne — a separate CapaSystems product; do not apply this page to any other.

Changes the password for an existing local user account.

## Parameters

#### Username
*Required*

Specifies the username for the local account.

#### Password
*Required*

Specifies the new password for the local account.

## Details

- **Category:** User management
- **Brick ID:** `UsrMgr-ChangePassword`

## Raw JSON definition

**JSON**

```json
{
  "category": "userManagement",
  "description": "Changes the password for an existing local user account.",
  "developerVendor": "CapaSystems A/S",
  "displayName": null,
  "id": "UsrMgr-ChangePassword",
  "name": "Change Local User Password",
  "parameters": [
    {
      "allowManualInput": false,
      "defaultValue": "",
      "defaultValueObject": null,
      "description": "Specifies the username for the local account.",
      "id": "UserName",
      "name": "Username",
      "regExValidation": "",
      "required": true,
      "type": "TextBox",
      "value": null,
      "values": [],
      "valuesObject": null
    },
    {
      "allowManualInput": false,
      "defaultValue": "",
      "defaultValueObject": null,
      "description": "Specifies the new password for the local account.",
      "id": "Base64Password",
      "name": "Password",
      "regExValidation": "",
      "required": true,
      "type": "TextBoxWithPassword",
      "value": null,
      "values": [],
      "valuesObject": null
    }
  ],
  "powershell": {
    "base64Encoded": true,
    "function": "ZnVuY3Rpb2..."
  },
  "type": "powerbrick",
  "version": "2026.9.1.1"
}
```
