X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2FMCTXWeb%2Fpublic_html%2Fusers%2Flogin.php;fp=testing%2FMCTXWeb%2Fpublic_html%2Fusers%2Flogin.php;h=2c45d1fe09a1e39464879b283f71f7e085eb7f03;hb=1b3737962d2abeb9359d92de0977d0ca108ff05b;hp=f0168da116f93e3129160bf0a86b2edd797d6592;hpb=bd5fabfeabdd16cf38642c8cfb2232aab495de31;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/users/login.php b/testing/MCTXWeb/public_html/users/login.php index f0168da..2c45d1f 100644 --- a/testing/MCTXWeb/public_html/users/login.php +++ b/testing/MCTXWeb/public_html/users/login.php @@ -47,6 +47,8 @@ if(!empty($_POST)) { //Hash the password and use the salt from the database to compare the password. $entered_pass = generateHash($password,$userdetails["password"]); + + echo "".$userdetails["password"]; if($entered_pass != $userdetails["password"]) {