메소드 | 설명 | |
---|---|---|
Confirm ( string username, string token ) : System.Web.Mvc.ActionResult | ||
ForgotPassword ( ) : System.Web.Mvc.ActionResult | ||
PasswordChanged ( ) : System.Web.Mvc.ActionResult | ||
PasswordSent ( ) : System.Web.Mvc.ActionResult | ||
ResendConfirmation ( ) : System.Web.Mvc.ActionResult | ||
ResetPassword ( ) : System.Web.Mvc.ActionResult | ||
Thanks ( ) : System.Web.Mvc.ActionResult | ||
UsersController ( IUserService userSvc, IPackageService packageService, IMessageService messageService, IConfiguration settings, IPrincipal currentUser, IUserSiteProfilesService profilesService ) : System |
메소드 | 설명 | |
---|---|---|
Account ( ) : System.Web.Mvc.ActionResult | ||
ChangePassword ( ) : System.Web.Mvc.ActionResult | ||
ChangePassword ( |
||
Edit ( ) : System.Web.Mvc.ActionResult | ||
Edit ( |
||
ForgotPassword ( NuGetGallery.ForgotPasswordViewModel model ) : System.Web.Mvc.ActionResult | ||
GenerateApiKey ( ) : System.Web.Mvc.ActionResult | ||
Packages ( ) : System.Web.Mvc.ActionResult | ||
Profiles ( string username ) : System.Web.Mvc.ActionResult | ||
Register ( ) : System.Web.Mvc.ActionResult | ||
Register ( |
||
ResendConfirmation ( NuGetGallery.ResendConfirmationEmailViewModel model ) : System.Web.Mvc.ActionResult | ||
ResetPassword ( string username, string token, |
public Confirm ( string username, string token ) : System.Web.Mvc.ActionResult | ||
username | string | |
token | string | |
리턴 | System.Web.Mvc.ActionResult |
public ForgotPassword ( ) : System.Web.Mvc.ActionResult | ||
리턴 | System.Web.Mvc.ActionResult |
public PasswordChanged ( ) : System.Web.Mvc.ActionResult | ||
리턴 | System.Web.Mvc.ActionResult |
public PasswordSent ( ) : System.Web.Mvc.ActionResult | ||
리턴 | System.Web.Mvc.ActionResult |
public ResendConfirmation ( ) : System.Web.Mvc.ActionResult | ||
리턴 | System.Web.Mvc.ActionResult |
public ResetPassword ( ) : System.Web.Mvc.ActionResult | ||
리턴 | System.Web.Mvc.ActionResult |
public UsersController ( IUserService userSvc, IPackageService packageService, IMessageService messageService, IConfiguration settings, IPrincipal currentUser, IUserSiteProfilesService profilesService ) : System | ||
userSvc | IUserService | |
packageService | IPackageService | |
messageService | IMessageService | |
settings | IConfiguration | |
currentUser | IPrincipal | |
profilesService | IUserSiteProfilesService | |
리턴 | System |