diff --git a/app/static/scripts/function.js b/app/static/scripts/function.js
index 486006b1e028e25f37ee330bd3602358d12b70c0..3527e3c7a9465471d0a83003dc692b0eda894074 100644
--- a/app/static/scripts/function.js
+++ b/app/static/scripts/function.js
@@ -19,7 +19,7 @@ function request_account() {
         email: document.getElementById("email").value,
         reason: document.getElementById("reason").value,
         username: document.getElementById("username").value,
-        aup: document.getElementById("agree").checked
+//        aup: document.getElementById("agree").checked
     })
 }