Method | Description | |
---|---|---|
AccountController ( IWebSecurityService webSecurity, IMessengerService messengerService, ITournamentContext tournamentContext ) : System | ||
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult | ||
Confirm ( ) : System.Web.Mvc.ActionResult | ||
ForgotPassword ( ) : System.Web.Mvc.ActionResult | ||
ForgotPasswordMessage ( ) : System.Web.Mvc.ActionResult | ||
LogOff ( ) : System.Web.Mvc.ActionResult | ||
LogOn ( ) : System.Web.Mvc.ActionResult | ||
Login ( ) : System.Web.Mvc.ActionResult | ||
PasswordReset ( ) : System.Web.Mvc.ActionResult | ||
PasswordResetSuccess ( ) : System.Web.Mvc.ActionResult | ||
Register ( ) : System.Web.Mvc.ActionResult | ||
Thanks ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
ChangePassword ( ) : System.Web.Mvc.ActionResult | ||
ChangePassword ( TournamentReport.Models.ChangePasswordModel model ) : System.Web.Mvc.ActionResult | ||
ForgotPassword ( TournamentReport.Models.ForgotPasswordModel model ) : System.Web.Mvc.ActionResult | ||
LogOn ( TournamentReport.Models.LogOnModel model, string returnUrl ) : System.Web.Mvc.ActionResult | ||
PasswordReset ( TournamentReport.Models.PasswordResetModel model ) : System.Web.Mvc.ActionResult | ||
Register ( TournamentReport.Models.RegisterModel model ) : System.Web.Mvc.ActionResult |
public AccountController ( IWebSecurityService webSecurity, IMessengerService messengerService, ITournamentContext tournamentContext ) : System | ||
webSecurity | IWebSecurityService | |
messengerService | IMessengerService | |
tournamentContext | ITournamentContext | |
return | System |
public ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Confirm ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ForgotPassword ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ForgotPasswordMessage ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public LogOff ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public LogOn ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Login ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public PasswordReset ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public PasswordResetSuccess ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Register ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Thanks ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |