Phil <[EMAIL PROTECTED]> wrote: > Thanx, sounds like the way to go. > Still curious though whether there is anyway at all to get the original > password back to the user?
not without storing it unencrypted or cracking the password with a dictionary attack. as you said, the php crypt() function and mysql's password() function are one-way algorithms. jim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php