Function ssi_checkPassword
Checks whether the specified password is correct for the specified user.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at SSI.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at SSI.php
integer|string |
$id = null |
The ID or username of a user |
string |
$password = null |
The password to check |
boolean |
$is_username = false |
If true, treats $id as a username rather than a user ID |
boolean
|
Whether or not the password is correct. |