0
ivanosw1 created
Hi, I've upgraded our solution from 5.6.2 to 6.9.1. Just one think unresolved: Where can I find the property "LastLoginTime" dropped in version 4.2.0 of Abp from AbpUsers table?
Thank you. Ivano
2 Answer(s)
-
0
Hi, you can refer to this issue.
https://github.com/aspnetzero/aspnet-zero-core/issues/2159
Removal of
LastLoginTime
was announced in Abp 4.2.0You can use
UserLoginAttempts
table in place ofLastLoginTime
of a user.See https://github.com/aspnetboilerplate/aspnetboilerplate/issues/3355#issuecomment-453975524
-
0
Perfect. Thank you.