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

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.2.0-preview. Updated on March 13, 2025, 04:08