Click or drag to resize
AccountControllerForceChangePassword Method (String)
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(
	string token
)

Parameters

token
Type: SystemString
The token.

Return Value

Type: ActionResult
ActionResult.
See Also