resetPwd

Syntax

resetPwd(userId, newPwd)

Arguments

userId is a string indicating a user name.

newPwd is a string indicating the new password for the user. It cannot contain space or control characters.

Details

Reset a user's password. This can only be executed by an administrator.

Examples

resetPwd(`AlexEdwards, `T51pm363);