0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/services/members
Rish 49abeaf398 Added blog domain for default support address
no issue

- Members site data was not appending blog domain for default support address which is `noreply`
- The change allows Portal to use default support address correctly
2020-09-17 12:33:16 +05:30
..
emails Fixed email copy for update email template 2020-06-11 18:19:53 +05:30
importer 🐛 Fixed table constraint error when updating member's email with an already existing email (#12178) 2020-09-10 16:03:57 +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
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 Added blog domain for default support address 2020-09-17 12:33:16 +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