use post for login. how did this get lost?
[matches/MCTX3420.git] / testing / MCTXWeb / public_html / static / mctx.gui.js
index 1007510..2033483 100644 (file)
@@ -186,6 +186,7 @@ $.fn.login = function () {
 
     return $.ajax({
         url : mctx.api + "bind",
+        type : "POST",
         data : {user: username, pass : password}
     }).done(function (data) {
         if (data.status < 0) {

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