site admin
Status: Beta
Brought to you by:
mnielse
Line 319 in Auth.php query needs to be changed to work:
----from----
$query = "SELECT * FROM $mysql_user_table WHERE (" . $mysql_user_select_login . "='" . $_SESSION[ 'egps_username'] . $mysql_user_append_to_login . "' or " . $mysql_user_select_login . "='" . $_SESSION['egps _username'] . "') and " . $mysql_user_select_password . "='" . $_SESSION['password'] . "' AND aliased_name I S NULL";
---to----
$query = "SELECT * FROM support_member WHERE (egps_username='" . $_SESSION['egps_username'] . $mysq l_user_append_to_login . "' or egps_username='" . $_SESSION['egps_username'] . "')";