diff options
author | Struan Donald <struan@exo.org.uk> | 2013-01-08 17:59:28 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-01-08 17:59:28 +0000 |
commit | 6df6486db5ba963d2d18090d008f5d8146b30157 (patch) | |
tree | b0a173e8c3dd5ebb7fa09650512b2adf163ab7c1 | |
parent | 00aba074db940777cb247b7aac0aa3da330e666c (diff) |
better name and use DO_NOT_REPLY_EMAIL conf option for anonymous account
-rw-r--r-- | perllib/FixMyStreet/Cobrand/SeeSomething.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/SeeSomething.pm b/perllib/FixMyStreet/Cobrand/SeeSomething.pm index e445ff435..dc28156dc 100644 --- a/perllib/FixMyStreet/Cobrand/SeeSomething.pm +++ b/perllib/FixMyStreet/Cobrand/SeeSomething.pm @@ -78,7 +78,7 @@ sub never_confirm_reports { 1; } sub allow_anonymous_reports { 1; } -sub anonymous_account { return { name => 'anon user', email => 'anon@example.com' }; } +sub anonymous_account { return { name => 'Anonymous Submission', email => FixMyStreet->config('DO_NOT_REPLY_EMAIL') }; } sub admin_pages { my $self = shift; |