C# Class Gramps.Controllers.PublicController

Inheritance: ApplicationController
Afficher le fichier Open project: ucdavis/Gramps

Méthodes publiques

Méthode 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

Méthode 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 méthode

#8
public ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

ForgotPassword() public méthode

#3
public ForgotPassword ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

LogOff() public méthode

#5
public LogOff ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

LogOn() public méthode

#1
public LogOn ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

PublicController() public méthode

public PublicController ( IFormsAuthenticationService formsService, IMembershipService membershipService, IEmailService emailService ) : System
formsService IFormsAuthenticationService
membershipService IMembershipService
emailService IEmailService
Résultat System