Open Closed

Help migrating from ASPNETBOILERPLATE to ABP.IO #6040


User avatar
0
clearlaunch created
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no

I would like to migrate a small application that is on an older version of the ASPNETBOILERPLATE foundation to the ABP.IO stack. I'm familiar with most of the middleware adjustments but I'm curious about the data migration.

When I go to migrate users, roles, tenants, etc.. Is there any guidance or info you can provide?

Do the two frameworks use similar password hashing algorithms, can I just copy users and password data from one system to the other or is that not going to work?


1 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    We have a document for this: https://docs.abp.io/en/abp/latest/AspNet-Boilerplate-Migration-Guide

    Do the two frameworks use similar password hashing algorithms, can I just copy users and password data from one system to the other or is that not going to work?

    They are both using the ASPNETCore identity, I think there is no problem.

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