mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +08:00
Fixing more line endings
This commit is contained in:
@@ -150,11 +150,11 @@ namespace Orchard.Users.Controllers {
|
||||
_userService.SendChallengeEmail(user.As<UserPart>(), nonce => Url.MakeAbsolute(Url.Action("ChallengeEmail", "Account", new {Area = "Orchard.Users", nonce = nonce}), siteUrl));
|
||||
|
||||
_userEventHandler.SentChallengeEmail(user);
|
||||
return RedirectToAction("ChallengeEmailSent", new { ReturnUrl = returnUrl });
|
||||
return RedirectToAction("ChallengeEmailSent", new { ReturnUrl = returnUrl });
|
||||
}
|
||||
|
||||
if (user.As<UserPart>().RegistrationStatus == UserStatus.Pending) {
|
||||
return RedirectToAction("RegistrationPending", new { ReturnUrl = returnUrl });
|
||||
return RedirectToAction("RegistrationPending", new { ReturnUrl = returnUrl });
|
||||
}
|
||||
|
||||
_userEventHandler.LoggingIn(userName, password);
|
||||
|
Reference in New Issue
Block a user