Application 2.0 ChangePassword [obsolete]
Changes the password for the user currently logged in.
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services making this parameter redundant. |
| psOldPassword | String | In | Old password used for verification |
| psNewPassword | String | In | New password which needs to comply with the application's password rules |