Click or drag to resize
AccountControllerChangePassword Method (ChangePasswordViewModel)
Changes the password.

Namespace: RMP.Web.Controllers
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ActionResult ChangePassword(
	ChangePasswordViewModel model
)

Parameters

model
Type: RMP.Web.ModelsChangePasswordViewModel
The model.

Return Value

Type: ActionResult
ActionResult.
See Also