aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-01-29 16:19:56 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-02-01 11:20:34 +0000
commit124e3d1ab3b5213daf7a3c7ceee9f65ddd453928 (patch)
tree66afc19812c0fc94fec278d970cfb1f7196bf03e /CHANGELOG.md
parent35445b8cc7ae02acdfbfc3e2e9da15b022736906 (diff)
Ask for current pw/send email on password change.
If they have a current password, ask for it; if they don't, send a confirmation email.
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 680d4b412..e0ae5ceed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
- Front end improvements:
- Zoom out as much as necessary on body map page, even on mobile. #1958
- Show loading message on initial /around map load #1976
+ - Ask for current password/send email on password change. #1974
- Bugfixes:
- Fix bug specifying category in URL on /around. #1950
- Fix bug with multiple select-multiples on a page. #1951