Свойство | Type | Description | |
---|---|---|---|
ChangePassword | System.Web.Mvc.ActionResult | ||
ChangePassword | System.Web.Mvc.ActionResult | ||
ChangeQuestionAnswer | System.Web.Mvc.ActionResult | ||
ForgotPassword | System.Web.Mvc.ActionResult | ||
LogOn | System.Web.Mvc.ActionResult | ||
NewUser | System.Web.Mvc.ActionResult | ||
ResetPassword | System.Web.Mvc.ActionResult | ||
ValidateChangePassword | bool | ||
ValidateLogOn | bool |
Méthode | Description | |
---|---|---|
AccountController ( IFormsAuthentication formsAuth, IMembershipService service, IMessageGateway messageGateway ) : System | ||
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult | ||
ChangeQuestionAnswer ( ) : System.Web.Mvc.ActionResult | ||
ChangeQuestionAnswerSuccess ( ) : System.Web.Mvc.ViewResult | ||
ForgotPassword ( ) : System.Web.Mvc.ActionResult |
Forgot password will ask the user for their username
|
|
LogOff ( ) : System.Web.Mvc.ActionResult | ||
LogOn ( ) : System.Web.Mvc.ActionResult | ||
NewUser ( System.Guid id ) : System.Web.Mvc.ActionResult |
Allows a new user to change their password and question/answer given a valid token
|
|
ResetPassword ( string id ) : System.Web.Mvc.ActionResult | ||
ResetPasswordSuccess ( ) : System.Web.Mvc.ActionResult |
Méthode | Description | |
---|---|---|
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void |
Méthode | Description | |
---|---|---|
ChangePassword ( ) : System.Web.Mvc.ActionResult | ||
ChangePassword ( string currentPassword, string newPassword, string confirmPassword ) : System.Web.Mvc.ActionResult | ||
ChangeQuestionAnswer ( string username, string password, string newQuestion, string newAnswer ) : System.Web.Mvc.ActionResult | ||
ForgotPassword ( string id ) : System.Web.Mvc.ActionResult | ||
LogOn ( string userName, string password, bool rememberMe, string returnUrl ) : System.Web.Mvc.ActionResult | ||
NewUser ( System.Guid id, |
||
ResetPassword ( string id, string passwordAnswer ) : System.Web.Mvc.ActionResult | ||
ValidateChangePassword ( string currentPassword, string newPassword, string confirmPassword ) : bool | ||
ValidateLogOn ( string userName, string password ) : bool |
public AccountController ( IFormsAuthentication formsAuth, IMembershipService service, IMessageGateway messageGateway ) : System | ||
formsAuth | IFormsAuthentication | |
service | IMembershipService | |
messageGateway | IMessageGateway | |
Résultat | System |
public ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public ChangeQuestionAnswer ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public ChangeQuestionAnswerSuccess ( ) : System.Web.Mvc.ViewResult | ||
Résultat | System.Web.Mvc.ViewResult |
public ForgotPassword ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public LogOff ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public LogOn ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public NewUser ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
id | System.Guid | |
Résultat | System.Web.Mvc.ActionResult |
protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutingContext | |
Résultat | void |
public ResetPassword ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
Résultat | System.Web.Mvc.ActionResult |
public ResetPasswordSuccess ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |