View Single Post
Old 02-18-2008, 01:56 AM   #8 (permalink)
Andrew
The Acquainted
 
Join Date: Sep 2007
Location: Arizona
Posts: 114
Thanks: 10
Andrew is on a distinguished road
Default

Quote:
Originally Posted by wiifanatic View Post
Its made to be unreversable.
To check passwords use:
PHP Code:
if ($_POST['pass'] == $userPass) {
   
// Good Password!
} else {
   
// Bad Password!

And to retrieve it, just tell them to reset it.
He wasn't asking how to check passwords, he wanted to know how sites allow users to reset their passwords or get the password sent to them if they forgot it.
Send a message via AIM to Andrew Send a message via MSN to Andrew
Andrew is offline  
Reply With Quote