Linux 软件免费装

Prestashop User Compatibility

开发者 veganist
更新时间 2016年11月14日 00:22
PHP版本: 2.8 及以上
WordPress版本: 4.0.1
版权: GPLv2 or later
版权网址: 版权信息

标签

migrate email login authentication users password prestashop hash

下载

1.1 1.3

详情介绍:

This plugin will allow you to automatically rehash the passwords of users you have beforehand imported from a Prestashop database to your Wordpress database. This is useful if you are migrating a website from Prestashop to Wordpress. It allows users to authenticate via their email address, like on a Prestashop installation. Upon login, the plugin will check the password entered by the user, against the value stored in the database. Using the COOKIE_KEY of the former Prestashop installation, it'll verify if the password is correct and, only in that case, it'll rehash the password using Wordpress' default hashing algorithm and insert the new password to the database. Then it'll try logging in. In every other case, login will function normally, so if there is an error, it'll be returned. In a while, every former Prestashop user you have imported to your WP DB will have their passwords securely rehashed. First tested successfully with Prestashop 1.3.5 and Wordpress 3.6. Lately tested successfully with Prestashop 1.5.6.1 and Wordpress 3.9.

安装:

  1. Manually import the database of your previous Prestashop customers. See FAQ.
  2. Unzip and upload /prestashop-user-compatibility/ to the /wp-content/plugins/ directory
  3. Activate the plugin through the 'Plugins' menu in WordPress
  4. Configure the COOKIE_KEY in the settings menu => Prestashop User Compat. The COOKIE_KEY can be found in your Prestashop installation (config/settings.inc.php)

常见问题:

Does the plugin import the user database of my Prestashop installation?

No. You will have to do this yourself manually. There is an example PHP file included to import the database into WP, please check db-import.txt in the plugin folder.

更新日志:

1.2 1.1 1.0