Method | Description | |
---|---|---|
AccountController ( IMembershipWrapper membershipObject, IFormsAuthenticationWrapper formsAuthenticationObject, IUserProfileService userProfileService, Cats.Services.Hub.IForgetPasswordRequestService forgetPasswordRequestService, Cats.Services.Hub.ISettingService settingService, IUserAccountService userAccountService, log4net.ILog log ) : System |
Initializes a new instance of the AccountController class. Initializes a new instance of the AccountController class.
|
|
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult |
Shows password success page
|
|
ConfirmPasswordChange ( ) : System.Web.Mvc.ActionResult |
Confirms the password change.
|
|
ForgetPassword ( string key ) : System.Web.Mvc.ActionResult | ||
ForgetPasswordRequest ( ) : System.Web.Mvc.ActionResult |
Shows the Forget password page for the first time.
|
|
ISValidUserName ( string userName ) : System.Web.Mvc.ActionResult | ||
LogOff ( ) : System.Web.Mvc.ActionResult |
Logs off.
|
|
LogOn ( ) : System.Web.Mvc.ActionResult |
Shows Logs the form.
|
|
NotUnique ( string UserName ) : System.Web.Mvc.ActionResult | ||
Register ( ) : System.Web.Mvc.ActionResult |
Registers this instance.
|
Method | Description | |
---|---|---|
Initialize ( System.Web.Routing.RequestContext requestContext ) : void |
Initializes data that might not be available when the constructor is called.
|
Method | Description | |
---|---|---|
ChangePassword ( ) : System.Web.Mvc.ActionResult | ||
ChangePassword ( |
||
ChangeUserSettings ( |
||
ErrorCodeToString ( MembershipCreateStatus createStatus ) : string | ||
ForgetPassword ( |
||
ForgetPasswordRequest ( |
||
LogOn ( |
||
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
Register ( |
public AccountController ( IMembershipWrapper membershipObject, IFormsAuthenticationWrapper formsAuthenticationObject, IUserProfileService userProfileService, Cats.Services.Hub.IForgetPasswordRequestService forgetPasswordRequestService, Cats.Services.Hub.ISettingService settingService, IUserAccountService userAccountService, log4net.ILog log ) : System | ||
membershipObject | IMembershipWrapper | The membership object. |
formsAuthenticationObject | IFormsAuthenticationWrapper | The forms authentication object. |
userProfileService | IUserProfileService | |
forgetPasswordRequestService | Cats.Services.Hub.IForgetPasswordRequestService | |
settingService | Cats.Services.Hub.ISettingService | |
userAccountService | IUserAccountService | |
log | log4net.ILog | |
return | System |
public ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ConfirmPasswordChange ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ForgetPassword ( string key ) : System.Web.Mvc.ActionResult | ||
key | string | |
return | System.Web.Mvc.ActionResult |
public ForgetPasswordRequest ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ISValidUserName ( string userName ) : System.Web.Mvc.ActionResult | ||
userName | string | |
return | System.Web.Mvc.ActionResult |
protected Initialize ( System.Web.Routing.RequestContext requestContext ) : void | ||
requestContext | System.Web.Routing.RequestContext | The HTTP context and route data. |
return | void |
public LogOff ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public LogOn ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public NotUnique ( string UserName ) : System.Web.Mvc.ActionResult | ||
UserName | string | |
return | System.Web.Mvc.ActionResult |
public Register ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |