diff --git a/custom-account.hbs b/custom-account.hbs deleted file mode 100644 index 9b9fa73..0000000 --- a/custom-account.hbs +++ /dev/null @@ -1,140 +0,0 @@ -{{!< default}} -{{#post}} -{{#if @member.paid}} -
- {{#if custom_excerpt}} - {{custom_excerpt}} - {{else}} - {{t "Nice, you’re a paying subscriber! You’ve an active account with access to all posts."}} - {{/if}} -
- {{#foreach @member.subscriptions}} -- {{#if custom_excerpt}} - {{custom_excerpt}} - {{else}} - {{#if @site.paid_members_enabled}} - {{t "Currently, you’re not a paying subscriber. You’ve an active account with access to posts for subscribers only."}} - {{else}} - {{t "You’ve an active account with access to posts for subscribers."}} - {{/if}} - {{/if}} -
-{{custom_excerpt}}
- {{/if}} -{{t "Please check your inbox and click the link to complete signin."}}
- {{t "Back to homepage"}} -{{t "Please check your inbox and click the link to confirm your signup."}}
- {{t "Back to homepage"}} -{{t "Please check your inbox and click the link to confirm your subscription."}}
- {{t "Back to homepage"}} -{{custom_excerpt}}
- {{/if}} -