惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
I
InfoQ
U
Unit 42
WordPress大学
WordPress大学
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
J
Java Code Geeks
月光博客
月光博客
D
Docker
Stack Overflow Blog
Stack Overflow Blog
D
DataBreaches.Net
阮一峰的网络日志
阮一峰的网络日志
Blog — PlanetScale
Blog — PlanetScale
V
Visual Studio Blog
博客园 - 聂微东
A
About on SuperTechFans
腾讯CDC
Jina AI
Jina AI
Microsoft Azure Blog
Microsoft Azure Blog
GbyAI
GbyAI
博客园 - 【当耐特】
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
M
MIT News - Artificial intelligence

Ghost Help Center

Publisher Gift Links Automations (beta) Reset authentication Gift Subscriptions Welcome emails How do I buy a domain on Ghost(Pro)? How do members sign in to my site? How to upgrade a Ghost(Pro) site Disabling analytics Member sources Native analytics in Ghost Does Ghost use Two-factor Authentication? Importing Content to Ghost Social web (Beta) Signup spam protection What happens when a member payment fails? How do I pause member subscriptions?
Duplicate active subscription warnings
Ghost · 2026-06-10 · via Ghost Help Center

Ghost shows a warning when one or more of your members has more than one active paid subscription at the same time.

What this warning means

A banner appears at the top of your members list when Ghost detects a member with two or more active paid subscriptions. Each one bills separately, so the member is being charged more than once for access to your publication.

Ghost's default signup flow prevents this automatically by asking for an email before sending someone to Stripe, so we can recognize an existing member.

Duplicates appear when a member reaches Stripe through a route that skips that step — usually a custom membership page in your theme, or a checkout button that links straight to Stripe. Stripe allows a customer to hold more than one subscription by default. So a member who reaches checkout this way can go through the payment flow and subscribe a second time — genuinely paying again — usually because they've forgotten they already subscribed.

How to manage

Select the banner to filter your members list to the affected people, then decide how to handle each one. For most publishers that means cancelling the extra subscription — from the member's profile in Ghost or in your Stripe dashboard — and optionally refunding the overlap.

You don't have to act on every duplicate at once. If you dismiss the banner, it won't reappear unless Ghost detects a new member with a duplicate subscription. To revisit the filtered list at any time, you can do so here.

Can I stop this from happening permanently?

Yes, Stripe has an optional setting to limit customers to one subscription. When it's turned on, Stripe checks at checkout whether the customer already has an active subscription and, if they do, sends them to sign in to their account instead of paying again.

This setting lives in your Stripe dashboard and has to be turned on there — it can't be enabled from inside Ghost. Here's how to set it up:

  1. In your Stripe dashboard, open the Checkout and Payment Links settings and find the Subscriptions section.
  2. Turn on the option to limit customers to one subscription.
  3. Choose redirect to your website and enter your Ghost sign-in link, which is your site address followed by #/portal/signin — for example, https://www.yoursite.com/#/portal/signin.
  4. Save your changes.

Once this is on, any member who tries to subscribe again while they already have an active subscription is redirected to sign in to their existing account. Stripe matches them by email address, so this works across any custom membership pages or checkout buttons.

Some publishers deliberately let members hold more than one subscription — for example, a standard membership alongside a separate support contribution or add-on. If that describes your setup, the warning is expected, and there's no need to act on it or change the Stripe setting.