aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-09-12 15:52:15 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-09-13 10:54:43 +0100
commite466e4db9be320953fbda98e3fbb291c8fe067dc (patch)
tree0eb66b7fe4cfcba7d6fc9dc51a50d064c4a250c7 /CHANGELOG.md
parenta181c520986498ab5a898ad3c21c04affa215378 (diff)
Disable email field for logged in people using JS.
They're logged in, it's only showing them as a confirmatory check, so it should not be editable.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 86fd35983..3f0a8a15e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -34,6 +34,7 @@
- Improve performance of various pages. #1799
- Duplicate list not loading when phone number present. #1803
- Don't list multiple fixed states all as Fixed in dropdown. #1824
+ - Disable email field for logged in people. #1840
- Development improvements:
- Debug toolbar added. #1823
- `switch-site` script to automate switching config.yml files. #1741