WordPress.org

Deutsch

  • Themes
  • Plugins
  • News
  • Support
  • Über
    • Learn WordPress
    • Documentation (en)
    • Foren
    • Developers (en)
    • WordPress.tv
  • Meetups
  • Mitmachen
  • FAQ
  • Hol dir WordPress
Hol dir WordPress
WordPress.org

Plugin Directory

Magento User Compatibility

  • Ein Plugin einreichen
  • Meine Favoriten
  • Anmelden
  • Ein Plugin einreichen
  • Meine Favoriten
  • Anmelden

Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

Magento User Compatibility

Von curlybracket
Herunterladen
  • Details
  • Rezensionen
  • Installation
  • Entwicklung
Support

Beschreibung

This plugin will allow you to automatically rehash the passwords of users you have beforehand imported from a Magento database to your WordPress database.

This is useful if you are migrating a website from Magento to WordPress.

It allows users to authenticate via their email address, like on a Magento installation.

Upon login, the plugin will check the password entered by the user, against the value stored in the database. 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 Magento user you have imported to your WP DB will have their passwords securely rehashed.

Tested successfully with Magento 1.8.0.0 and WordPress 3.7.1.

Installation

  1. Manually import the database of your previous Magento customer passwords.
  2. Alter the database. See FAQ.
  3. Unzip and upload /magento-user-compatibility/ to the /wp-content/plugins/ directory
  4. Activate the plugin through the ‚Plugins‘ menu in WordPress

FAQ

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

No. You will have to do this yourself manually.
The passwords of Magento customers are stored in a table called „customer_entity_varchar“.
You will need to execute an SQL command on your user table too, so it can take into account Magento’s long password hashs: ALTER TABLE wp_xxxxx CHANGE user_pass user_pass VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT “

Rezensionen

It Works

jomarlipon 18. August 2017
It works..thanks.. you save my day
Alle 3 Rezensionen lesen

Mitwirkende & Entwickler

„Magento User Compatibility“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende
  • curlybracket

Übersetze „Magento User Compatibility“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.0

  • Initial release

Meta

  • Version 1.1
  • Zuletzt aktualisiert vor 9 Jahren
  • Aktive Installationen 20+
  • WordPress-Version 2.8 oder höher
  • Getestet bis 3.7.41
  • Sprache
    English (US)
  • Schlagwörter
    authenticationemailloginmagentousers
  • Erweiterte Ansicht

Bewertungen

4.3 von 5 Sternen.
  • 2 5-Sterne-Rezensionen 5 Sterne 2
  • 0 4-Sterne-Rezensionen 4 Sterne 0
  • 1 3-Sterne-Rezension 3 Sterne 1
  • 0 2-Sterne-Rezensionen 2 Sterne 0
  • 0 1-Sterne-Rezensionen 1 Stern 0

Meine Rezension hinzufügen

Alle Rezensionen anzeigen

Mitwirkende

  • curlybracket

Support

Möchtest du etwas sagen? Brauchst du Unterstützung?

Support-Forum anzeigen

  • Über
  • News
  • Hosting (engl.)
  • Datenschutz
  • Showcase (engl.)
  • Themes
  • Plugins
  • Vorlagen
  • Lernen
  • Support
  • Entwicklung (engl.)
  • WordPress.tv ↗
  • Mitwirken (engl.)
  • Veranstaltungen
  • Spenden (engl.) ↗
  • Five for the Future (engl.)
  • WordPress.com ↗
  • Matt (engl.) ↗
  • bbPress (engl.) ↗
  • BuddyPress (engl.) ↗
WordPress.org
WordPress.org

Deutsch

  • Das X-Konto (früher Twitter) von WordPress.org besuchen
  • Das Bluesky-Konto von WordPress.org besuchen
  • Das Mastodon-Konto von WordPress.org besuchen
  • Das Threads-Konto von WordPress.org besuchen
  • Die Facebook-Seite von WordPress.org besuchen
  • Das Instagram-Konto von WordPress.org besuchen
  • Das LinkedIn-Konto von WordPress.org besuchen
  • Das TikTok-Konto von WordPress.org besuchen
  • Den YouTube-Kanal von WordPress.org besuchen
  • Das Tumblr-Konto von WordPress.org besuchen
Code ist Poesie.