02-18-2008, 01:56 AM
|
#8 (permalink)
|
|
The Acquainted
Join Date: Sep 2007
Location: Arizona
Posts: 114
Thanks: 10
|
Quote:
Originally Posted by wiifanatic
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.
|
|
|