Method | Description | |
---|---|---|
AccountController ( ) : System | ||
AccountController ( IFormsAuthentication formsAuth, IMembershipService service ) : System | ||
ChangePasswordSuccess ( ) : ActionResult | ||
LogOff ( ) : ActionResult | ||
LogOn ( ) : ActionResult | ||
Register ( ) : ActionResult |
Method | Description | |
---|---|---|
OnActionExecuting ( ActionExecutingContext filterContext ) : void |
Method | Description | |
---|---|---|
ChangePassword ( ) : ActionResult | ||
ChangePassword ( string currentPassword, string newPassword, string confirmPassword ) : ActionResult | ||
ErrorCodeToString ( MembershipCreateStatus createStatus ) : string | ||
LogOn ( string userName, string password, bool rememberMe, string returnUrl ) : ActionResult | ||
Register ( string userName, string email, string password, string confirmPassword ) : ActionResult | ||
ValidateChangePassword ( string currentPassword, string newPassword, string confirmPassword ) : bool | ||
ValidateLogOn ( string userName, string password ) : bool | ||
ValidateRegistration ( string userName, string email, string password, string confirmPassword ) : bool |
public AccountController ( IFormsAuthentication formsAuth, IMembershipService service ) : System | ||
formsAuth | IFormsAuthentication | |
service | IMembershipService | |
return | System |
public ChangePasswordSuccess ( ) : ActionResult | ||
return | ActionResult |
protected OnActionExecuting ( ActionExecutingContext filterContext ) : void | ||
filterContext | ActionExecutingContext | |
return | void |