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.

Maintainers

Package info

github.com/vardumper/legacy-wordpress-password-encoder

Type:shopware-platform-plugin

pkg:composer/vardumper/legacy-wordpress-password-encoder

Statistics

Installs: 1 144

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.4 2024-12-12 11:49 UTC

This package is auto-updated.

Last update: 2026-03-05 08:48:28 UTC


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

Vulnerabilities for legacy-wordpress-password-encoder