Saltá al contenido
  • Iniciar sesión
  • Registrarse
WordPress.org

Español (Argentina)

  • Temas
  • Plugins
  • Noticias
    • Documentación
    • Foros
  • Acerca de
  • Conseguí WordPress
Conseguí WordPress

Plugins

  • Mis favoritos
  • Pruebas beta
  • Desarrolladores

Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga asistencia ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Descargar

Magento User Compatibility

Por Ulrike Uhlig
  • Detalles
  • Valoraciones
  • Instalación
  • Desarrollo
Soporte

Descripción

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.

Instalación

  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

Preguntas frecuentes

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 ”

Reseñas

It Works

Jomar Lipon 18 de agosto de 2017
It works..thanks.. you save my day
Leer todas las 3 reseñas

Colaboradores y desarrolladores

“Magento User Compatibility” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores
  • curlybracket

Traduce “Magento User Compatibility” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .

Registro de cambios

1.0

  • Initial release

Meta

  • Versión: 1.1
  • Última actualización: hace 7 años
  • Instalaciones activas: 30+
  • Versión de WordPress: 2.8 o superior
  • Probado hasta: 3.7.41
  • Idioma:
    English (US)
  • Etiquetas:
    authenticationemailloginmagentousers
  • Vista avanzada

Valoraciones

Ver todas
  • 5 estrellas 2
  • 4 estrellas 0
  • 3 estrellas 1
  • 2 estrellas 0
  • 1 estrella 0
Iniciá sesión para enviar una reseña.

Colaboradores

  • curlybracket

Soporte

¿Tenés algo que decir? ¿Necesitás ayuda?

Ver el foro de asistencia

  • Acerca de
  • Noticias
  • Hosting
  • Privacidad
  • Escaparate
  • Temas
  • Plugins
  • Patrones
  • Aprender
  • Soporte
  • Desarrolladores
  • WordPress.tv ↗
  • Involucrate
  • Donate ↗
  • Swag Store ↗
  • WordCamp ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Español (Argentina)

  • Visitá nuestra página de Facebook
  • Visit our X (formerly Twitter) account
  • Visitá nuestra cuenta de Instagram
  • Visitá nuestra cuenta de LinkedIn
  • Visit our YouTube channel
El código es poesía.