You're very welcome. It's an excellent question.s2MemberGuy wrote:I am a newbie to membership systems, so please be patient with me, but if I cant see the passwords in wordpress admin >> users and I cant export them, how would I go about sending these passwords to my user list?
Sorry, you can't.Most modern web sites no longer store plain text passwords, because it creates a security issue for all Internet users. For example, if you store passwords in plain text format on your site, and then your site is hacked; the hacker can try the passwords you were storing in combination with popular sites and services like Google. Since many people use the same password for all sites on the web, a hacker could gain access to all of their accounts this way; by simply hacking a site that stores passwords in plain text format.
So for this reason, the WordPress developers store passwords in your database with encryption, and also with an extra Encryption Salt that is unique to your installation. Making it impossible for anyone
( including the site owner ) to ever know what the real plain text password is.
In short, all you can do is provide your Users/Members with the ability to reset their password:
http://www.yoursite.com/wp-login.php?action=lostpassword
Reference articles:
http://codex.wordpress.org/Editing_wp-c ... urity_Keys
http://codex.wordpress.org/Function_Ref ... h_password
http://codex.wordpress.org/Resetting_Your_Password