C# Class FlyttaIn.Controllers.AccountController

Inheritance: Controller
Mostrar archivo Open project: kreativstuga/flyttain

Public Methods

Method Description
ChangePassword ( ) : System.Web.Mvc.ActionResult
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult
LogOff ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
ChangePassword ( ChangePasswordModel model ) : System.Web.Mvc.ActionResult
ContextDependentView ( ) : System.Web.Mvc.ActionResult
ErrorCodeToString ( MembershipCreateStatus createStatus ) : string
GetErrorsFromModelState ( ) : IEnumerable
JsonLogOn ( LogOnModel model, string returnUrl ) : System.Web.Mvc.JsonResult
JsonRegister ( RegisterModel model ) : System.Web.Mvc.ActionResult
LogOn ( ) : System.Web.Mvc.ActionResult
LogOn ( LogOnModel model, string returnUrl ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult
Register ( RegisterModel model ) : System.Web.Mvc.ActionResult

Method Details

ChangePassword() public method

public ChangePassword ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

ChangePasswordSuccess() public method

public ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

LogOff() public method

public LogOff ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult