From a28c8fd279d22f9fed51ff6e627a925eab571453 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Tue, 24 Nov 2009 00:43:58 -0500 Subject: web/README: Warn about potential to spam via testing. --- web/README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web/README') diff --git a/web/README b/web/README index b234c2f2..041b521f 100644 --- a/web/README +++ b/web/README @@ -92,6 +92,11 @@ Setup on Arch Linux: # bzcat dummy-data.sql.bz2 | mysql -uaur -p AUR (give password 'aur' at the prompt) + If your test data consists of real people and real email addresses consider + inserting bogus addressess to avoid sending unwanted spam from testing. You + can insert garbage addresses with: + mysql> UPDATE Users SET Email = RAND() * RAND(); + 7) Copy the config.inc.proto file to config.inc. Modify as needed. # cd ~/aur/web/lib/ # cp config.inc.proto config.inc -- cgit v1.2.3-24-g4f1b