mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-24 05:42:10 +08:00
Registration and last login date are now tracked for users, fixes #1296
This commit is contained in:
@@ -155,6 +155,7 @@ namespace Orchard.Users.Controllers {
|
||||
}
|
||||
|
||||
_authenticationService.SignIn(user, false /* createPersistentCookie */);
|
||||
_userEventHandler.LoggedIn(user);
|
||||
return this.RedirectLocal(returnUrl);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user