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

1.0.4 2024-12-12 11:49 UTC

This package is auto-updated.

Last update: 2025-02-23 21:08:36 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