From 1ded188039be28b299850ed75b2d399682a3f38b Mon Sep 17 00:00:00 2001 From: Princi Vershwal Date: Mon, 2 Dec 2024 13:37:02 +0530 Subject: [PATCH] Added config doc to verify screen (#21772) Closes https://linear.app/ghost/issue/ENG-1729/check-what-happens-for-self-hosters-when-setting-up-a-new-site-without - Added a link to the configs doc in case self hosters do not receive emails - This is for the case when email is sent but not delivered. --- ghost/admin/app/components/editor/modals/re-verify.hbs | 1 + ghost/admin/app/templates/signin-verify.hbs | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ghost/admin/app/components/editor/modals/re-verify.hbs b/ghost/admin/app/components/editor/modals/re-verify.hbs index 93175e2d95..ec55e97b7b 100644 --- a/ghost/admin/app/components/editor/modals/re-verify.hbs +++ b/ghost/admin/app/components/editor/modals/re-verify.hbs @@ -55,6 +55,7 @@ @useAccentColor={{true}} data-test-button="verify" /> +

Not receiving the emails? Learn more

{{#if (or this.flowErrors this.verifyData.validationMessage)}}

{{or this.flowErrors this.verifyData.validationMessage}}

diff --git a/ghost/admin/app/templates/signin-verify.hbs b/ghost/admin/app/templates/signin-verify.hbs index d2143edd7c..7b16a2252f 100644 --- a/ghost/admin/app/templates/signin-verify.hbs +++ b/ghost/admin/app/templates/signin-verify.hbs @@ -56,6 +56,8 @@ @type="submit" @useAccentColor={{true}} data-test-button="verify" /> + +

Not receiving the emails? Learn more

{{#let (or this.flowErrors this.verifyData.validationMessage) as |error|}}