0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

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.
This commit is contained in:
Princi Vershwal 2024-12-02 13:37:02 +05:30 committed by GitHub
parent 2292fad5f5
commit 1ded188039
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -55,6 +55,7 @@
@useAccentColor={{true}}
data-test-button="verify"
/>
<p class="main-notification">Not receiving the emails? <a href="https://ghost.org/docs/config/#mail" target="_blank" rel="noopener noreferrer">Learn more</a></p>
{{#if (or this.flowErrors this.verifyData.validationMessage)}}
<p class="response" data-test-error="verify">{{or this.flowErrors this.verifyData.validationMessage}}</p>

View file

@ -56,6 +56,8 @@
@type="submit"
@useAccentColor={{true}}
data-test-button="verify" />
<p class="main-notification">Not receiving the emails? <a href="https://ghost.org/docs/config/#mail" target="_blank" rel="noopener noreferrer">Learn more</a></p>
</form>
{{#let (or this.flowErrors this.verifyData.validationMessage) as |error|}}