Ghost/core/server
Simon Backx 309ead6108
🐛 Fixed sending multiple support email verification emails (#15044)
refs https://github.com/TryGhost/Team/issues/1686

- When the settings are updated with the `members_support_address` key present, it would always send a verification email
- Root cause is that the service failed to check if the email was changed or not. Due to a bug it always thought the email was changed, triggering the verification flow.
- The admin app will always send all the settings keys when changing some other value. This causes a lot of email verification emails.
- Added tests and email count checks in tests
2022-07-19 15:21:53 +02:00
..
adapters 🔥 Removed versioned APIs 2022-04-28 15:37:09 +01:00
api 🐛 Updated support email verification flow (#15029) 2022-07-15 14:43:52 +02:00
data Added comment CRUD+Moderate permissions 2022-07-08 15:46:11 +02:00
lib 🎨 Reduced favicon requirements and added image formatting (#14918) 2022-05-27 16:36:53 +02:00
models 🐛 Fixed tag url field when explicitly querying fields 2022-07-15 15:11:24 +01:00
services 🐛 Fixed sending multiple support email verification emails (#15044) 2022-07-19 15:21:53 +02:00
views Updated unsubscribe page 2022-03-10 10:39:20 +00:00
web 🐛 Updated support email verification flow (#15029) 2022-07-15 14:43:52 +02:00
analytics-events.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
ghost-server.js Removed config and bluebird from ghost-server 2022-04-28 15:37:10 +01:00
notify.js Removed unused import 2021-12-06 08:17:07 +00:00
overrides.js Set global Luxon timezone override to UTC 2021-10-20 09:19:29 +02:00
run-update-check.js Renamed settings index.js to settings-service.js 2022-05-10 20:55:31 +01:00
update-check.js 🔥 Removed versioned APIs 2022-04-28 15:37:09 +01:00