Property | Type | Description | |
---|---|---|---|
EditProfile | System.Web.Mvc.ActionResult | ||
EditProfile | System.Web.Mvc.ActionResult | ||
ForgotPassword | System.Web.Mvc.ActionResult | ||
ForgotPassword | System.Web.Mvc.ActionResult | ||
Login | System.Web.Mvc.ActionResult | ||
Login | System.Web.Mvc.ActionResult | ||
LoginTeaser | System.Web.Mvc.ActionResult | ||
Logout | System.Web.Mvc.ActionResult | ||
Register | System.Web.Mvc.ActionResult | ||
Register | System.Web.Mvc.ActionResult | ||
_Login | System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
AccountsController ( ) : System | ||
AccountsController ( IAccountRepository accountRepository, INotificationService notificationService, IAccountsSettingsService accountsSettingsService, IUserProfileService userProfileService, IContactProfileService contactProfileService ) : System | ||
LoginTeaser ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Login ( Sitecore.Feature.Accounts.Models.LoginInfo loginInfo, ActionResult>.Func |
Method | Description | |
---|---|---|
EditProfile ( ) : System.Web.Mvc.ActionResult | ||
EditProfile ( Sitecore.Feature.Accounts.Models.EditProfile profile ) : System.Web.Mvc.ActionResult | ||
ForgotPassword ( ) : System.Web.Mvc.ActionResult | ||
ForgotPassword ( Sitecore.Feature.Accounts.Models.PasswordResetInfo model ) : System.Web.Mvc.ActionResult | ||
Login ( ) : System.Web.Mvc.ActionResult | ||
Login ( Sitecore.Feature.Accounts.Models.LoginInfo loginInfo ) : System.Web.Mvc.ActionResult | ||
LoginTeaser ( Sitecore.Feature.Accounts.Models.LoginInfo loginInfo ) : System.Web.Mvc.ActionResult | ||
Logout ( ) : System.Web.Mvc.ActionResult | ||
Register ( ) : System.Web.Mvc.ActionResult | ||
Register ( Sitecore.Feature.Accounts.Models.RegistrationInfo registrationInfo ) : System.Web.Mvc.ActionResult | ||
_Login ( Sitecore.Feature.Accounts.Models.LoginInfo loginInfo ) : System.Web.Mvc.ActionResult |
public AccountsController ( IAccountRepository accountRepository, INotificationService notificationService, IAccountsSettingsService accountsSettingsService, IUserProfileService userProfileService, IContactProfileService contactProfileService ) : System | ||
accountRepository | IAccountRepository | |
notificationService | INotificationService | |
accountsSettingsService | IAccountsSettingsService | |
userProfileService | IUserProfileService | |
contactProfileService | IContactProfileService | |
return | System |
protected Login ( Sitecore.Feature.Accounts.Models.LoginInfo loginInfo, ActionResult>.Func |
||
loginInfo | Sitecore.Feature.Accounts.Models.LoginInfo | |
redirectAction | ActionResult>.Func | |
return | System.Web.Mvc.ActionResult |
public LoginTeaser ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |