Ghost/core
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
..
admin@0ab069218b Updated Admin to v5.4.0 2022-07-15 16:00:33 +01:00
cli Added docs for writing new commands 2022-05-17 17:16:44 +01:00
frontend Member Counter template helpers (#15013) 2022-07-14 10:10:02 +02:00
server 🐛 Fixed sending multiple support email verification emails (#15044) 2022-07-19 15:21:53 +02:00
shared Added access-control-max-age to content API preflight requests (#15026) 2022-07-14 09:09:53 +02:00
app.js Fixed express app stacking 2021-12-06 21:28:53 +13:00
boot.js Added WIP author email notifications for new comments 2022-07-12 10:24:02 +02:00
bridge.js Added build step for admin-auth asset files 2022-07-12 10:24:02 +02:00