Validates a plain password against a stored password hash.
private static function UnbSession::ValidatePassword ($password, $hash);
(string) Plain password as entered by the user
(string) Password hash as stored in the database
(bool) true
, if the password matches the hash, or false
otherwise.
Member of class: UnbSession
Implementation file: session.class.php, line 564
© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-06.