An open API service indexing awesome lists of open source software.

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.

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
```
[![Vulnerabilities for legacy-wordpress-password-encoder](https://snyk.io/test/github/vardumper/legacy-wordpress-password-encoder/badge.svg)](https://snyk.io/test/github/vardumper/legacy-wordpress-password-encoder)