Skip to main content

Update UI password

Changes the password for logging into the web console

Function UpdateUIPassword(Val Project, Val Password) Export

ParameterCLI optionTypeRequiredDescription
Project--projStringProject filepath
Password--passStringNew 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


    melezh  UpdateUIPassword \
--proj "/proj.melezh" \
--pass "***"
Result
{
"result": true
}