View Single Post
Old 02-18-2008, 12:32 AM   #7 (permalink)
wiifanatic
The Contributor
 
wiifanatic's Avatar
 
Join Date: Sep 2007
Posts: 29
Thanks: 8
wiifanatic is on a distinguished road
Default

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.
wiifanatic is offline  
Reply With Quote