changeset 190:11b7baed2e21

Stop printing credentials in the logfile. This was nice for debugging, but could lead to security problems.
author John "Elwin" Edwards
date Sat, 31 Jan 2015 18:13:24 -0500
parents 09451f300a8a
children 9758ca68e7f1
files rlgwebd.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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. */