summaryrefslogtreecommitdiff
path: root/app/views/notify/pages_domain_verification_failed_email.text.haml
blob: c14e0e0c24da9ffbc9599c6facf7ccb801680ce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Verification has failed for one of your GitLab Pages custom domains!

Project: #{@project.human_name} (#{project_url(@project)})
Domain:  #{@domain.domain} (#{project_pages_domain_url(@project, @domain)})

Unless you take action, it will be disabled on *#{@domain.enabled_until.strftime('%F %T')}*.
Until then, you can view your content at #{@domain.url}

Please visit
= help_page_url('user/project/pages/getting_started_part_three.md', anchor: 'dns-txt-record')
for more information about custom domain verification.

If you no longer wish to use this domain with GitLab Pages, please remove it
from your GitLab project and delete any related DNS records.