Base solution for your next web application
Open Closed

Upgrading from 5.6.2 to 6.9.1 #6859


User avatar
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)
  • User Avatar
    0
    ryancyq created
    Support Team

    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.0

    You can use UserLoginAttempts table in place of LastLoginTime of a user.

    See https://github.com/aspnetboilerplate/aspnetboilerplate/issues/3355#issuecomment-453975524

  • User Avatar
    0
    ivanosw1 created

    Perfect. Thank you.