$cs.UsrMgr_ChangePassword

Syntax

$cs.UsrMgr_ChangePassword(string userName, string password)

 

Parameters

userName

Name of user which password will be changed

password

New password in clear text

 

Example

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

returns nothing

Â