PFFormsAccountsHubChangeAccountPassword Method |
Changes the password for a specified login name.
Actual password must be known.
Namespace:
Packflow.Interface
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public string ChangeAccountPassword(
string loginName,
string actualPassword,
string newPassword,
string confirmNewpassword
)
Parameters
- loginName
- Type: SystemString
The login of the account to update - actualPassword
- Type: SystemString
The actual password of the account - newPassword
- Type: SystemString
The new password - confirmNewpassword
- Type: SystemString
A confirmation of the new password, for server-side validation.
Return Value
Type:
StringAn informative message about the outcome of the operation
See Also