vardumper / legacy-wordpress-password-encoder
Import or migrate users from WordPress and WooCommerce to Shopware 6. Use the 'wordpress' encoder setting. Users will be able to login as before.
Installs: 164
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:shopware-platform-plugin
Requires
- shopware/core: ^6.4.0
Requires (Dev)
- brainmaestro/composer-git-hooks: ^3.0
- friendsofphp/php-cs-fixer: ^3.65
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^11.5
- rector/swiss-knife: ^1.0
- symplify/easy-coding-standard: ^12.4
README
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
composer require vardumper/legacy-wordpress-password-encoder bin/console plugin:refresh bin/console plugin:install WordpressPasswordEncoder bin/console plugin:activate WordpressPasswordEncoder
Run Tests
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