Hello,
I don’t understand how to use md5 to do that ?
I wonder if my message was very clear (English is not my native language :-). Basically, what I want to do is (sometimes) send a password reminder to users containing their password.
So if one’s password is “123”, the script would take its encrypted password (field user_pass in the DB wp_users’ table), unencrypt it so that the user actually recieves “reminder : your password is 123 .”
Thanks for your help.