CHANGE_PASSWORD command
Content Manager OnDemand changes the logon password for the active user.
Command | Parameters |
---|---|
CHANGE_PASSWORD | /C Current
Password /N New Password /V New
Password |
- Parameters
- C
- Specifies the user's current password.
- N
- Specifies user's new password.
- V
- Specifies the user's new password again; this is for verification.
- Action
- Content Manager OnDemand changes the logon password for the active user.
- Return Code
-
- 0
ARS_DDE_RC_NO_ERROR
- 2
ARS_DDE_RC_PARM_NOT_SPECIFIED
- 4
ARS_DDE_RC_SERVER_ERROR
- 6
ARS_DDE_RC_NOT_LOGGED_ON
- 22
ARS_DDE_RC_INCORRECT_CURRENT_PASSWORD
- 23
ARS_DDE_RC_PASSWORD_TOO_SHORT
- 24
ARS_DDE_RC_NEW_PASSWORD_MISMATCH
- Return Data
- None.
- Example
Refer to the DoDdeCommand function.
DoDdeCommand( "CHANGE_PASSWORD", "/C tt1sd /N sfd45r /V sfd45r", NULL );