Open Closed

USER IMPORT FROM EXCEL ANGULAR UI #5496


User avatar
0
shijo created
  • ABP Framework version: v7.0.0
  • UI Type: Angular
  • Database System: EF Core (SQL Server
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

I found 2 references regarding user import below mentioned, In the second solution only inserts users into the IdentityUser table, and the first solution inserts users in the Identity User table with Identity options, which one I should follow? I need to keep some extra user information also

  1. https://github.com/bartvanhoey/AbpUserImport
  2. https://github.com/abpframework/abp-samples/pull/64

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

    hi

    SetIdentityOptions depends on your username and password.

    If the user you want to import meets these rules, you don't need to change it.

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