fix a recent commit
Default user token provider is back
This commit is contained in:
parent
652a75c05e
commit
b3ccc69ec7
4 changed files with 7 additions and 7 deletions
|
|
@ -356,7 +356,7 @@ namespace Yavsc.Controllers
|
|||
var code = await _userManager.GeneratePasswordResetTokenAsync(user);
|
||||
var callbackUrl = Url.Action("ResetPassword", "Account", new { userId = user.Id, code = code }, protocol: HttpContext.Request.Scheme);
|
||||
await _emailSender.SendEmailAsync(_siteSettings,_smtpSettings,model.Email, _localizer["Reset Password"],
|
||||
_localizer["Please reset your password by following this link:"] + callbackUrl );
|
||||
_localizer["Please reset your password by following this link:"] +" <"+ callbackUrl +">" );
|
||||
return View("ForgotPasswordConfirmation");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue