mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Merge
--HG-- branch : 1.x
This commit is contained in:
@@ -160,7 +160,7 @@ namespace Orchard.Users.Controllers {
|
|||||||
return View();
|
return View();
|
||||||
}
|
}
|
||||||
|
|
||||||
_userService.SendLostPasswordEmail(username, nonce => Url.AbsoluteAction(() => Url.Action("ValidateLostPassword", "Account", new { Area = "Orchard.Users", nonce = nonce })));
|
_userService.SendLostPasswordEmail(username, nonce => Url.AbsoluteAction(() => Url.Action("LostPassword", "Account", new { Area = "Orchard.Users", nonce = nonce })));
|
||||||
|
|
||||||
_orchardServices.Notifier.Information(T("Check your e-mail for the confirmation link."));
|
_orchardServices.Notifier.Information(T("Check your e-mail for the confirmation link."));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user