changePwd
Syntax
changePwd(oldPwd, newPwd)
Arguments
oldPwd is a string indicating the current password for the user.
newPwd is a string indicating the new password for the user. It cannot contain space or control characters.
Details
Change password. It can only be executed by an administrator on the controller or data node.
Examples
changePwd(`LTmp4389., `T5139pm.);