@sbarabanji,
How are you importing passwords?
from a csv (using the template after exporting users with the same plugin)
if you read in the documentation, you will realize that you are not doing well.
If you export passwords, passwords that you export under column user_pass are encrypted.
If you want to import them, changing it, you cannot use it. You have to use “Password” column that is the one for “human text” passwords.
Hi, Javier.
I have problems too. My problems are the same than @sbarabanji .
When i try to create new users with CSV file, the password that arrive to email not run in login form. I don’t put password in column password.
The password that is sent in the email is the one the plugin use.
Maybe you have another plugin/theme in your system that changes it later.
Entonces para importar las contraseñas y que estas funcionen me vale el campo user_pass tal y como lo genera el export ya que se guarda directamente en la base de datos de forma corecta pero no puedo usar la funcion de enviar por correo porque obviamente esa no es la contraseña del usuario sino la contraseña encriptada con MD5 que esta en la base de datos, no?
Ok, pues muchas gracias. Ahora voy a hacer la importación a ver si va todo bien 😉