Registration and last login date are now tracked for users, fixes #1296

This commit is contained in:
Lombiq
2015-06-13 23:56:40 +02:00
parent e066e39070
commit de9fc2fb5b
9 changed files with 103 additions and 7 deletions

View File

@@ -155,6 +155,7 @@ namespace Orchard.Users.Controllers {
}
_authenticationService.SignIn(user, false /* createPersistentCookie */);
_userEventHandler.LoggedIn(user);
return this.RedirectLocal(returnUrl);
}