Open Closed

How can we utilize the standard AspNet Identity tables? #1487


User avatar
0

We're trying to use abp commerial on top of an existing database, and while we've been able to convert mostly everything to work - the users are one aspect that we haven't yet addressed. Is there a way for us to "plug in" to the existing asp.net identity tables (like AspNetUsers) OR alternatively, can we convert/insert them into the new tables (AbpUsers) and have it continue to work?


2 Answer(s)
  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    I wouldn't suggest substituding default identity tables (AspNetUsers) with abp identity users (AbpUsers). Since AbpUsers have extra fields for audit fields, extra-properties and multi-tenancy than default identity users.

    You may need to update default Identity repositories as well not to mention loosing the ability to use Object Extensions.

    Instead, i would suggest transferring/converting data. It should work just fine.

  • User Avatar
    0
    ServiceBot created
    Support Team Automatic process manager

    This question has been automatically marked as stale because it has not had recent activity.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11