Page 1 of 1

Import users with Passwords

PostPosted: November 15th, 2011, 3:20 pm
by Deyson
I have looked through the website and found that most results recommend to send users a notification to renew their passwords.

I do not want to do that, I would like to import all the users and their current passwords to my new server.

What steps can I take to do this? I have Pro version of s2member.

Thank you.

Re: Import users with Passwords

PostPosted: November 16th, 2011, 11:49 am
by Bruce C
s2Member Pro allows you to do this. Look under Dashboard -> s2Member -> Import/Export. It should work just fine for you. If it doesn't, let me know and I'll show you another way it may be possible to do this.

Re: Import users with Passwords

PostPosted: November 27th, 2011, 6:33 am
by Deyson
It does not seem to bring in passwords. It shows them blank.

Re: Import users with Passwords

PostPosted: November 28th, 2011, 1:17 am
by Cristián Lávaque
Passwords are encrypted in the database, and you can't get them back. The way the check works when the user logs in is that the password he enters gets encrypted the same way it was when saved in the database, so if they match it's the same. But the encryption is not reversible so you can't get them back. That's why the lost pasword feature generates a new one, it doesn't give you back the one you lost. At least this is how I understand it to be.