• Resolved swisspenelope

    (@swisspenelope)


    Hi

    I wish to migrate an entire db of 500+ users to this plugin, and to enable the users to have as their initial passwords in the new db their user_name in plaintext. I therefore need to run a loop over the wp_swpm_members_tbl that replaces the plaintext in the password column with the hashed version. (The so-called system these users are on currently stores their pwds in plaintext anyway – yeesh!)

    For this reason, I need to know what kind of hashing SM uses.

    Thanks,
    SP

    https://wordpress.org/plugins/simple-membership/

Viewing 1 replies (of 1 total)
  • Thread Starter swisspenelope

    (@swisspenelope)

    okay, i think i found the file of interest:

    class-phpass.php inside wp-includes

    for now i will try to use this!

Viewing 1 replies (of 1 total)
  • The topic ‘Which password hashing is Simple Membership using?’ is closed to new replies.