#2037
dweb360
Participant

Hello,
Thank you for your reply
Just a question :

using this code :

$user_info = get_userdata( $user_id );

when i send an email :

$message .= sprintf(__(‘Password: %s’), $user_info->user_pass) . “\r\n”;

The emailed password is not in plain text but in this format : $P$BACj802h.27StS.k.bvccXpbGl3mVT0

Do you know how to send the plain text password ?

Thank you