Function session_validate_password
Checks what a user entered against the actual password on their account.
Package: awl\Utilities
Copyright: Catalyst IT Ltd, Morphoss Ltd http://www.morphoss.com/
License: GNU LGPL version 3 or later
Author: Andrew McMillan andrew@mcmillan.net.nz
Located at AWLUtilities.php
Copyright: Catalyst IT Ltd, Morphoss Ltd http://www.morphoss.com/
License: GNU LGPL version 3 or later
Author: Andrew McMillan andrew@mcmillan.net.nz
Located at AWLUtilities.php
string |
$they_sent |
What the user entered. |
string |
$we_have |
What we have in the database as their password. Which may (or may not) be a salted MD5. |
boolean
|
Whether or not the users attempt matches what is already on file. |