# M1 to SW6 Migration Customer Passwords

**URL:** https://forum.shopware.com/t/m1-to-sw6-migration-customer-passwords/66873
**Category:** General Questions (EN)
**Created:** [12. Mai 2020 um 09:41 UTC](https://forum.shopware.com/t/m1-to-sw6-migration-customer-passwords/66873 "2020-05-12T09:41:25Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![dylan\_sd](https://avatars.discourse-cdn.com/v4/letter/d/b3f665/32.png) [@dylan\_sd](https://forum.shopware.com/u/dylan_sd)
#### Post date: [12. Mai 2020 um 09:41 UTC](https://forum.shopware.com/t/m1-to-sw6-migration-customer-passwords/66873/1 "2020-05-12T09:41:25Z")

</div>

Hi,

I’m currently migrating a Magento 1 Shop to Shopware 6 and was wondering how the customer passwords are handled? For now it looks like they just get reset to NULL.

Are they supposed to be filled or isn’t this part of the migration proces?

&nbsp;

Furthermore, if they are meant to be reset. Is there a way to ask all customers to change their password?

Thank you!

---

<div class="post-metadata">

### Author: ![Krispin](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/krispin/32/12849_2.png) [@Krispin](https://forum.shopware.com/u/Krispin)
#### Post date: [12. Mai 2020 um 09:47 UTC](https://forum.shopware.com/t/m1-to-sw6-migration-customer-passwords/66873/2 "2020-05-12T09:47:25Z")

</div>

Hi dylan\_sd,

because Magento has a different password encoding like Shopware 6, we could not migrat the customer password in one step.  
In Shopware 6 there is a column in the customer table called ‘legacy\_password’ and ‘legacy\_encoder’. If these columns are filled and the customer log into the account, the legacy password encoder of the migration will called, the password will be checked, the new password hash will be setted and the legacy columns will resetted to NULL.

I hope this will help you to understand the migration of the password.

Best regards,

Krispin

---

<div class="post-metadata">

### Author: ![dylan\_sd](https://avatars.discourse-cdn.com/v4/letter/d/b3f665/32.png) [@dylan\_sd](https://forum.shopware.com/u/dylan_sd)
#### Post date: [12. Mai 2020 um 09:49 UTC](https://forum.shopware.com/t/m1-to-sw6-migration-customer-passwords/66873/3 "2020-05-12T09:49:53Z")

</div>

Thank you for this clear explanation!
