Click or drag to resize
AccountControllerForceChangePassword Method (ChangePasswordViewModel, FormCollection)
Forces the user to change password.

Namespace: RMP.Web.Controllers
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ActionResult ForceChangePassword(
	ChangePasswordViewModel model,
	FormCollection collection
)

Parameters

model
Type: RMP.Web.ModelsChangePasswordViewModel
The model.
collection
Type: FormCollection
The collection.

Return Value

Type: ActionResult
ActionResult.
Exceptions
ExceptionCondition
ExceptionInvalid password. (Token Failure)
See Also