C# Class Suteki.TardisBank.Web.Mvc.Controllers.PasswordController

Inheritance: Controller
Datei anzeigen Open project: sharparchitecture/Sharp-Architecture

Public Methods

Method Description
PasswordController ( IUserService userService, IEmailService emailService, IFormsAuthenticationService formsAuthenticationService ) : System

Private Methods

Method Description
ChildConfirm ( ) : System.Web.Mvc.ViewResult
Forgot ( ) : System.Web.Mvc.ActionResult
Forgot ( Suteki.TardisBank.Web.Mvc.Controllers.ViewModels.ForgottenPasswordViewModel forgottenPasswordViewModel ) : System.Web.Mvc.ActionResult
GetNewPasswordFor ( User user ) : string
ParentConfirm ( ) : System.Web.Mvc.ViewResult
SendPasswordResetEmail ( User user, string toAddress ) : void

Method Details

PasswordController() public method

public PasswordController ( IUserService userService, IEmailService emailService, IFormsAuthenticationService formsAuthenticationService ) : System
userService IUserService
emailService IEmailService
formsAuthenticationService IFormsAuthenticationService
return System