AccountController Members
The AccountController type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddErrors | |
![]() |
ConfirmEmail |
Confirm email after registration.
|
![]() |
ForgotPassword()()()() | |
![]() |
ForgotPassword(ForgotPasswordViewModel) |
Reset password function. Takes current password and replaces with it with new one.
|
![]() |
ForgotPasswordConfirmation |
View to confirm password reset
|
![]() |
GetCurrentUserAsync | |
![]() |
Login(String) |
Shows the v
|
![]() |
Login(LoginViewModel, String) |
Log the user into the application
|
![]() |
LogOff |
Log off method
|
![]() |
RedirectToLocal | |
![]() |
Register(String) |
Register user view
|
![]() |
Register(RegisterViewModel, String) |
Gets date to create an account
|
![]() |
ResetPassword(String) |
Show error or view if the code is correct
|
![]() |
ResetPassword(ResetPasswordViewModel) |
Resets users password
|
![]() |
ResetPasswordConfirmation |