0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/test/e2e-api
Simon Backx 2e1a756213
🐛 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:13:29 +02:00
..
admin 🐛 Fixed sending multiple support email verification emails (#15044) 2022-07-19 15:13:29 +02:00
content 🐛 Fixed tag url field when explicitly querying fields 2022-07-15 15:11:24 +01:00
members 🐛 Fixed Stripe Checkout for Members w/ existing subscriptions (#14953) 2022-06-01 15:53:05 +01:00
members-comments Handle comment replies in the browse API 2022-07-12 10:24:02 +02:00
shared Added test to versioned Content API response 2022-07-18 13:45:00 +01:00