Skip to content

$cs.UsrMgr\_ChangePassword

$cs.UsrMgr_ChangePassword(string userName, string password)

userName

Name of user which password will be changed

password

New password in clear text

Terminal window
$cs.UsrMgr_ChangePassword('administrator', 'VerySuperSecretPassw0rd!')

returns nothing