- This topic has 2 replies, 2 voices, and was last updated 13 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › Migrating Members to eMember
Hi there. I have from my database a list of all of the emails and passwords of members currently signed up. I’m using PHPurchase and looking to switch to eMember for a particular site. I don’t have that many members *yet*, thank goodness, so I’m happy to manually add them in to eMember.
Here’s my question – I’ve got all their passwords from the database, but they’re encrypted somehow. Most of the members are still using the password I provided to them, which I can see because the encrypted strings are identical for many members. If I plug that encrypted string in as their new password somewhere, will it still work? Or, do I just move them over to the new system and assign a new password to everybody and notify them? Tips? Tricks? Migration advice?
Thanks
The password is kept in the database with a MD5 encoding. It’s an one way encryption so there is no way to know the original password. This way only the user knows the password and no one else can know it (not even by looking at the field in the database.
With that said, this is what you do..
1) Add them as a member with a default password of something like “ChangeMe777”
2) Send them an email to let them know and instruct them to use the “Reset Password” feature to change the password to something they like.
Quick Tip: You can check the “Send Email to Member When Added via Admin Dashboard” option from the “Registration Complete” email settings of eMember so they get the email automatically after you add them as a member from the admin dashboard. You can customize your “Registration Complete” email body to say the password change stuff and you won’t have to worry about the rest.
Sweet, thanks!
Daisy