Click or drag to resize

PFUserControllerChangePassword Method

Action called when the button "Confirm" (under the "Change Password" form) is clicked.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
[HttpPostAttribute]
[AcceptVerbsAttribute(HttpVerbs.Post)]
public virtual ActionResult ChangePassword(
	PFUser userProfile,
	FormCollection collection
)

Parameters

userProfile
Type: Packflow.CorePFUser
collection
Type: FormCollection

Return Value

Type: ActionResult
See Also