Method | Description | |
---|---|---|
ChangePassword ( ) : System.Web.Mvc.ActionResult | ||
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult | ||
LogOff ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
ChangePassword ( Models.ChangePasswordModel model ) : System.Web.Mvc.ActionResult | ||
ErrorCodeToString ( MembershipCreateStatus createStatus ) : string | ||
GetErrorsFromModelState ( ) : IEnumerable |
||
Login ( Models.LoginModel model, string returnUrl ) : System.Web.Mvc.ActionResult | ||
Login ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
Register ( ) : System.Web.Mvc.ActionResult | ||
Register ( Models.RegisterModel model ) : System.Web.Mvc.ActionResult |
public ChangePassword ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public LogOff ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |