Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Costel Tudose

    (@247wd)

    Hi Dennis,

    you have to import users from Joomla, with password hashed like it was in joomla database.
    WordPress has another hash algorithm, and my plugin helps.
    When user enters password in plain text, it’s sent to wp_check_password.
    Plugin checks if current hash is similar to Joomla hash. If it is, new password is set using WordPress hash. This is possible, because in wp_check_password we have access to plain password.

    Thanks

    Hi 247wd,

    i exported the users with the tool for Joomla. So the Password is hashed.

    Now i imported into WP. Your Plugin is installed. But if i will login with my Password from Joomla in WP, so i get the Message that is wrong.

    WP 4.1.2
    Joomla 2.5.8

    What do i wrong. Do you have an idea?

    Thanks

    Mike

    Plugin Author Costel Tudose

    (@247wd)

    Can you post an entry from wordpress user database?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Import joomla user password in plain text?’ is closed to new replies.