summaryrefslogtreecommitdiff
path: root/src/user.clj
diff options
context:
space:
mode:
authortim b <timb@camcompu.home>2010-07-03 17:20:54 -0700
committertim b <timb@camcompu.home>2010-07-03 17:20:54 -0700
commitef58e04d1dbf1084cbae5a803dce683f555beddb (patch)
treec465f0f1ba3ae67a9111795c9159f1a3ff0e4705 /src/user.clj
parent8db58a14273076b4b728ce130c8854289c32064e (diff)
add last_login time and last_ip to users table
Diffstat (limited to 'src/user.clj')
-rw-r--r--src/user.clj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/user.clj b/src/user.clj
index 417470b..1d59944 100644
--- a/src/user.clj
+++ b/src/user.clj
@@ -34,7 +34,6 @@
; TODO: logging
(println (format "Error updating hash for %s" nick))))
-
(defn reset-token [nick hash ts]
(sha1-hash nick hash ts))