https://github.com/vardumper/legacy-wordpress-password-encoder
This plugin adds the Wordpress Password Encoder to Shopware 6 which allows you to import your existing WooCommerce customer base into Shopware without loosing their passwords or having to force your customers to reset their passwords.
https://github.com/vardumper/legacy-wordpress-password-encoder
encoder password plugin shopware shopware-plugin woocommerce wordpress
Last synced: 3 months ago
JSON representation
This plugin adds the Wordpress Password Encoder to Shopware 6 which allows you to import your existing WooCommerce customer base into Shopware without loosing their passwords or having to force your customers to reset their passwords.
- Host: GitHub
- URL: https://github.com/vardumper/legacy-wordpress-password-encoder
- Owner: vardumper
- License: unlicense
- Created: 2021-03-03T19:33:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-05T07:19:55.000Z (about 1 year ago)
- Last Synced: 2025-11-09T16:18:55.245Z (7 months ago)
- Topics: encoder, password, plugin, shopware, shopware-plugin, woocommerce, wordpress
- Language: PHP
- Homepage: https://github.com/vardumper/legacy-wordpress-password-encoder
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wordpress Password Encoder for Shopware 6
This tiny plugin simply adds the Wordpress Password Encoder to Shopware 6 and thus allows you to import your existing WooCommerce customers into Shopware _without_ loosing their passwords or having them reset their passwords. Make sure to use the `wordpress` encoder when importing users.
## Installation
```bash
composer require vardumper/legacy-wordpress-password-encoder
bin/console plugin:refresh
bin/console plugin:install WordpressPasswordEncoder
bin/console plugin:activate WordpressPasswordEncoder
```
## Run Tests
```bash
vendor/bin/phpunit -c custom/plugins/legacy-wordpress-password-encoder/phpunit.xml
# or
vendor/bin/phpunit -c vendor/vardumper/legacy-wordpress-password-encoder/phpunit.xml
```
[](https://snyk.io/test/github/vardumper/legacy-wordpress-password-encoder)