ForgotPassword Method (ForgotPasswordViewModel)
From TriCodeTest
AccountController..::..ForgotPassword Method (ForgotPasswordViewModel)
Reset password function. Takes current password and replaces with it with new one.
Namespace:
TriCodeTest.Controllers
Assembly:
TriCodeTest (in TriCodeTest.dll)
Syntax
[HttpPostAttribute] [AllowAnonymousAttribute] [ValidateAntiForgeryTokenAttribute] public Task<IActionResult> ForgotPassword( ForgotPasswordViewModel model )