Click or drag to resize

PFFormsAccountsHubResetAccountPassword Method

Tries to reset a forms account password. Will fail if default membership provider is not configured to allow password reset, or requires Question and Answer challenge.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public string ResetAccountPassword(
	string loginName
)

Parameters

loginName
Type: SystemString
The login of the account to reset

Return Value

Type: String
An informative message about the outcome of the operation, and the new password if success.
See Also