summaryrefslogtreecommitdiffstats
path: root/web/README
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2009-11-24 06:43:58 +0100
committerLoui Chang <louipc.ist@gmail.com>2009-11-24 06:43:58 +0100
commita28c8fd279d22f9fed51ff6e627a925eab571453 (patch)
tree9e108c715ade2ce4e9a7c3f4bd08290f282de5cd /web/README
parent7b19866f2df7fe6db56a5d82ad11bdf1be3a6aa0 (diff)
downloadaur-a28c8fd279d22f9fed51ff6e627a925eab571453.tar.gz
aur-a28c8fd279d22f9fed51ff6e627a925eab571453.tar.xz
web/README: Warn about potential to spam via testing.
Diffstat (limited to 'web/README')
-rw-r--r--web/README5
1 files changed, 5 insertions, 0 deletions
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