e107_plugins/alt_auth/extended_password_handler.php
Avoid too many return
statements within this method. Open
Open
return PASSWORD_VALID;
Avoid too many return
statements within this method. Open
Open
return PASSWORD_INVALID;
Avoid too many return
statements within this method. Open
Open
if ($stored_hash != $pwHash) return PASSWORD_INVALID;
Returning type true
but CheckPassword()
is declared to return string
Open
Open
return PASSWORD_VALID;
- Exclude checks
Returning type false
but CheckPassword()
is declared to return string
Open
Open
if ($stored_hash != $pwHash) return PASSWORD_INVALID;
- Exclude checks
Returning type false
but CheckPassword()
is declared to return string
Open
Open
return PASSWORD_INVALID;
- Exclude checks
Returning type false
but CheckPassword()
is declared to return string
Open
Open
return PASSWORD_INVALID;
- Exclude checks
Returning type false
but CheckPassword()
is declared to return string
Open
Open
return PASSWORD_INVALID;
- Exclude checks
Variable $setting
is undeclared Open
Open
$output = substr($setting, 0, 12); // Identifier, shift count and salt - total 12 chars
- Exclude checks
Returning type false
but CheckPassword()
is declared to return string
Open
Open
if (strlen($stored_hash) != 40) return PASSWORD_INVALID;
- Exclude checks
Returning type false
but CheckPassword()
is declared to return string
Open
Open
if (strlen($stored_hash) != 34) return PASSWORD_INVALID;
- Exclude checks