From 02126b24340ed1b0db3c4d433aa380735d449733 Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Mon, 23 Apr 2007 15:37:48 +0000 Subject: [PATCH] Finished logging in with email address instead of username, forgot to yank this from the TODO list. --- TODO | 1 - 1 file changed, 1 deletion(-) diff --git a/TODO b/TODO index eaff25789d..b9597f9bc4 100644 --- a/TODO +++ b/TODO @@ -11,7 +11,6 @@ High Priority Tasks a built-in permissions system, it should be trivial to use it for the purpose. * Figure out how to handle our scripting support. -* Look into logging in with your email address instead of username. * Implement @alias. Can probably just use an attribute instead of a new object DB field. Shouldn't be too bad. Also needs proper search functions in functions_db.py.