aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-07-30 10:40:55 +0100
committerLouise Crow <louise.crow@gmail.com>2013-07-30 10:40:55 +0100
commit2b154e0527f69a5dd209d20e0c7bce3a02436c28 (patch)
treebc10cb91bafd08207f62c3025f8f27e548b001a2
parent6bd6cc770891bce769b5093b8ad38f35195f774d (diff)
Add some notes about how to fix existing email addresses with spaces.
-rw-r--r--doc/CHANGES.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md
index f0e98b1d7..7a22f44e2 100644
--- a/doc/CHANGES.md
+++ b/doc/CHANGES.md
@@ -7,8 +7,7 @@
* Internal review request text is now translatable
* config/crontab.ugly is now config/crontab-example
* Search query highlighting should now work with non-ascii characters [issue #505](https://github.com/mysociety/alaveteli/issues/505) (Matthew Landauer)
-* A bug that allowed people to sign up with email addresses with spaces in them has been fixed [issue #980](https://github.com/mysociety/alaveteli/issues/980)
-
+* A bug that allowed people to sign up with email addresses with spaces in them has been fixed [issue #980](https://github.com/mysociety/alaveteli/issues/980). Any existing email addresses with spaces in them will cause problems e.g. when the cron scripts encounter them. You can fix them manually, or by running `rake temp:clean_up_emails_with_spaces` from `lib/tasks/temp.rake`
* [List of issues on github](https://github.com/mysociety/alaveteli/issues?milestone=30&state=closed)
## Upgrade notes