2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/core
Rish bca41e1877 Allowed updating from address domain for member emails
refs https://github.com/TryGhost/Ghost/issues/11414

Confirms if the fromAddress for sending member emails is valid and accessible using magic link flow, allowing owners to update full from address including domain change.

- Extends member service to handle magic link generation and validation for email update
- Updates existing setting endpoint to not directly update from address
- Adds new endpoint to send magic link to new address
- Adds new endpoint for validating the magic link when clicked and update the new email for from address
- Adds new email template for from address update email
2020-06-09 00:06:07 +05:30
..
client@5d268bfe52 Updated Ghost-Admin to v3.18.1 2020-06-02 18:07:38 +01:00
frontend Change theme uploads to move & delete at end 2020-06-08 16:12:17 +01:00
server Allowed updating from address domain for member emails 2020-06-09 00:06:07 +05:30
shared Fixed handling non-Ghost errors in Sentry 2020-06-01 19:01:51 +01:00
index.js Refactor common pattern in service files 2020-04-30 20:48:42 +01:00