Update UI password
Changes the password for logging into the web console
Function UpdateUIPassword(Val Project, Val Password) Export
Parameter | CLI option | Type | Required | Description |
---|---|---|---|---|
Project | --proj | String | ✔ | Project filepath |
Password | --pass | String | ✔ | New password |
Returns: Structure Of KeyAndValue - Result of password change
tip
If a value is modified in a running project, the change may take up to 60 seconds to be applied
- Bash
- CMD/Bat
melezh UpdateUIPassword \
--proj "/proj.melezh" \
--pass "***"
melezh UpdateUIPassword ^
--proj "/proj.melezh" ^
--pass "***"
Result
{
"result": true
}