0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/services/members
Rish dd6ac57aca Fixed missing domain for default support address
no issue

- By default for new sites, support address is set same as from address to `noreply` , with full email address using the domain for `@`
- For newsletter emails, the support address was missing the default site domain to be added to address if its `noreply`
- Fix updates the support address to use the same format as from address and add relevant domain for default case
2020-09-03 16:34:47 +05:30
..
emails Fixed email copy for update email template 2020-06-11 18:19:53 +05:30
importer Refactored members imporeter in preparation for jobs 2020-08-27 21:47:00 +12:00
api.js Updated sender address for member auth emails to support address 2020-08-31 18:09:38 +05:30
config.js Fixed missing domain for default support address 2020-09-03 16:34:47 +05:30
content-gating.js Added content-gating module to members service 2019-11-05 12:53:14 +07:00
index.js Added handling for new members support/reply email addresses 2020-08-31 18:09:38 +05:30
limit.js Switched to bookshelf count in getTotalMembers() 2020-08-27 01:52:36 +01:00
middleware.js 🐛 Fixed response for members API update endpoint 2020-08-24 13:38:21 +05:30
settings.js Updated sender address for ownership verification emails to new address 2020-08-31 18:09:38 +05:30
stripe-connect.js Encoded the mode in the Stripe Connect OAuth state 2020-06-10 14:06:57 +02:00
utils.js Added member update endpoint with session auth (#11824) 2020-05-20 14:37:58 +05:30