• Resolved ruxdomenig

    (@ruxdomenig)


    In the documentation, it is written that for the password field, you can use either a column named “Password” or “user_pass”. I first used “user_pass”, but it didn’t work — I was not able to log in with the password I had defined. As soon as I used “Password”, it worked.

    My understanding is that “user_pass” should be used when exporting users from one site and importing them into a new site while keeping the same passwords. Is this right?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Javier Carazo

    (@carazo)

    Yes, the user_pass contains the hashed password as it is saved in the database.

    Thread Starter ruxdomenig

    (@ruxdomenig)

    Thank you. But as I said, this does not work ….

    Plugin Author Javier Carazo

    (@carazo)

    Maybe you are moving passwords between different WordPress versions (md5 very old installations, phpass later and now it uses bcrypt).

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.