RE: [PHP-DB] anyway to get password if encrypted by PASSWORD() ? From: John W. Holmes (john <email protected>)
Date: 11/30/00

I keep a 'pw_changed' column in my database that you can set to zero, and
then force them to change the password. once they do, then they are good to
go.

---John Holmes...

-----Original Message-----
From: Jonathan Ohlrich [mailto:johlrich <email protected>]
Sent: Thursday, December 28, 2000 2:16 AM
To: php-db <email protected>
Subject: RE: [PHP-DB] anyway to get password if encrypted by PASSWORD()
?

To my knowledge it is a 1 way encryption... what i would do in that case is
reset the password to a randomly selected password... give them the new
generated password and strongly recomend they change it.

-----Original Message-----
From: Noah Spitzer-Williams [mailto:noahsw <email protected>]
Sent: Wednesday, December 27, 2000 12:06 PM
To: php-db <email protected>
Subject: [PHP-DB] anyway to get password if encrypted by PASSWORD() ?

if i want to make a 'forgot my password' thing, how would i be able to
retrieve their password if i have it encrypted in a table using the
PASSWORD() function?

Thanks! - Noah

--
Founder of Survival of the Hottest:
http://www.survivalofthehottest.com

-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>

-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>

-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>