C# Class Gramps.Controllers.PublicController

Inheritance: ApplicationController
Mostrar archivo Open project: ucdavis/Gramps

Public Methods

Method Description
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult

#8

ForgotPassword ( ) : System.Web.Mvc.ActionResult

#3

LogOff ( ) : System.Web.Mvc.ActionResult

#5

LogOn ( ) : System.Web.Mvc.ActionResult

#1

PublicController ( IFormsAuthenticationService formsService, IMembershipService membershipService, IEmailService emailService ) : System

Private Methods

Method Description
ChangePassword ( ) : System.Web.Mvc.ActionResult
ChangePassword ( ChangePasswordModel model ) : System.Web.Mvc.ActionResult
ForgotPassword ( string userName, bool captchaValid ) : System.Web.Mvc.ActionResult
LogOn ( LogOnModel model, string returnUrl ) : System.Web.Mvc.ActionResult

Method Details

ChangePasswordSuccess() public method

#8
public ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

ForgotPassword() public method

#3
public ForgotPassword ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

LogOff() public method

#5
public LogOff ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

LogOn() public method

#1
public LogOn ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

PublicController() public method

public PublicController ( IFormsAuthenticationService formsService, IMembershipService membershipService, IEmailService emailService ) : System
formsService IFormsAuthenticationService
membershipService IMembershipService
emailService IEmailService
return System