cancel
Showing results for 
Search instead for 
Did you mean: 

How to Migrate User Passwords from ASPDOTNETSTOREFRONT

How to Migrate User Passwords from ASPDOTNETSTOREFRONT

Hi All,

     I am trying to migrate user data from ASP DOT NET STOREFRONT to Magento. The passwords stored in storefront DB is encrypted with Salt Keys.

 

Please let me know how can i migrate user data(passwords) successfully.

 

Thank You in advance.

1 REPLY 1

Re: How to Migrate User Passwords from ASPDOTNETSTOREFRONT

You can migrate all user passwords in encrypted format, as long as you're able to do the same check - using the same password hashing algorithm.

 

For example, if your "ASP DOT NET STOREFRONT" is using MD5 with salt key, then you can use mine extension for Magento2 https://github.com/sinisa86/Sinwashere_LegacyAuthentication which will allow your legacy customers to log in properly.

If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue