0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/services/members
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
..
emails Allowed updating from address domain for member emails 2020-06-09 00:06:07 +05:30
api.js Fixed broken regression tests from #11861 2020-06-02 16:20:57 +02:00
config.js Allowed updating from address domain for member emails 2020-06-09 00:06:07 +05:30
content-gating.js Added content-gating module to members service 2019-11-05 12:53:14 +07:00
index.js Allowed updating from address domain for member emails 2020-06-09 00:06:07 +05:30
middleware.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
settings.js Allowed updating from address domain for member emails 2020-06-09 00:06:07 +05:30
stripe-connect.js Added stripe connect module to member service 2020-06-02 15:28:42 +02:00
utils.js Added member update endpoint with session auth (#11824) 2020-05-20 14:37:58 +05:30