# HG changeset patch
# User John "Elwin" Edwards
# Date 1422746004 18000
# Node ID 11b7baed2e215a9229e13a691c237dd52693906c
# Parent  09451f300a8a19fa2ae4e54769cf86d13ac8b45d
Stop printing credentials in the logfile.

This was nice for debugging, but could lead to security problems.

diff -r 09451f300a8a -r 11b7baed2e21 rlgwebd.js
--- a/rlgwebd.js	Sat Jan 24 10:18:26 2015 -0500
+++ b/rlgwebd.js	Sat Jan 31 18:13:24 2015 -0500
@@ -615,7 +615,7 @@
     var reply = {"t": "l", "k": lkey, "u": username};
     res.write(JSON.stringify(reply));
     res.end();
-    tslog("%s has logged in (key %s)", username, lkey);
+    tslog("%s has logged in", username);
     return;
   }
   /* Launch the sqlickrypt utility to check the password. */