From 93818d9aba9505c30daf61f42fd9824017a33fe8 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 30 Jul 2011 15:42:02 +0200 Subject: [PATCH] Update the TODO list. Adding members is now effective, added some concerns about eventual spammers. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 331fa97..1d8f89b 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,3 @@ * Find a way to make the couple (name, project) unique. * Use a psql backend rather than sqlite -* If the members list of a project is empty, propose the user to define the members +* Deal with spammers. If our system is able to send invitation emails easily, it should'n be used by spammers. (Is this really a concern? Do we need to put a captcha in place?)