Modify FastCGI server to use MySQL for auth
[matches/MCTX3420.git] / testing / MCTXWeb / public_html / users / login.php
index f0168da..2c45d1f 100644 (file)
@@ -47,6 +47,8 @@ if(!empty($_POST))
                        {\r
                                //Hash the password and use the salt from the database to compare the password.\r
                                $entered_pass = generateHash($password,$userdetails["password"]);\r
+\r
+                               echo "".$userdetails["password"];\r
                                \r
                                if($entered_pass != $userdetails["password"])\r
                                {\r

UCC git Repository :: git.ucc.asn.au