Enail validation should not automatically log on

Work Item : 17183

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-01-07 16:16:47 -08:00
parent 8d52e26d07
commit 3f4365fe14

View File

@@ -262,7 +262,6 @@ namespace Orchard.Users.Controllers {
var user = _userService.ValidateChallenge(nonce);
if ( user != null ) {
_authenticationService.SignIn(user, false /* createPersistentCookie */);
return RedirectToAction("ChallengeEmailSuccess");
}