Reset
Sets the password for an account to a new value. This function will also unlock the account and unexpire the password.
Signature: def reset(cinfo)
Parameters:
cinfo['acctid'] - The account the password reset should be performed on
cinfo['newpw'] - The new password that should be set
Return Value:
ACSuccess 0
ACUnknownError 1
ACOperationNotSupported 2
ACInvalidUser 7