Skip to content

Commit 2881bf1

Browse files
committed
Registrar - dash buttons
1 parent 7ef99c3 commit 2881bf1

File tree

10 files changed

+115
-72
lines changed

10 files changed

+115
-72
lines changed

src/content/docs/registrar/account-options/domain-contact-updates.mdx

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: Registrant contact updates
44

55
---
66

7+
import { DashButton } from "~/components";
8+
79
It is important that you keep your contact details accurate and up-to-date. [ICANN rules state](https://www.icann.org/resources/pages/registrant-contact-information-wdrp-2017-08-31-en) that if you do not have updated contact information, your domain name registration may be suspended or even cancelled.
810

911
The contact information you can update includes:
@@ -17,12 +19,14 @@ The contact information you can update includes:
1719

1820
To update your registrant contacts:
1921

20-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account.
21-
2. Select **Domain Registration** > **Manage domains**.
22-
3. Find **Default contact** and select **Edit**.
23-
4. Update the relevant information, and select **Save**.
24-
5. Find the domain where you want to update your contact information, and select **Manage**.
25-
6. Select the **Contacts** tab, and edit the contact information.
22+
1. In the Cloudflare dashboard, go to **Manage domains**.
23+
24+
<DashButton url="/?to=/:account/registrar/domains" />
25+
26+
2. Find **Default contact** and select **Edit**.
27+
3. Update the relevant information, and select **Save**.
28+
4. Find the domain where you want to update your contact information, and select **Manage**.
29+
5. Select the **Contacts** tab, and edit the contact information.
2630

2731
If you change any of the following fields, Cloudflare Registrar will require a Change of Registrant approval before the changes are finalized:
2832

src/content/docs/registrar/account-options/domain-management.mdx

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,40 @@ title: Domain management
44

55
---
66

7-
import { LinkButton } from "~/components"
7+
import { DashButton, LinkButton } from "~/components"
88

99
## Domain status
1010

1111
When your domain is registered with Cloudflare, you can review your domain status in **Overview**.
1212

13-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account and domain.
14-
2. From **Overview**, scroll down to **Domain Registration** to review the current expiration date. Select **Manage domain** to review the Auto-Renew status for your domain.
13+
1. In the Cloudflare dashboard, **Manage domains**.
14+
15+
<DashButton url="/?to=/:account/registrar/domains" />
16+
17+
2. From **Overview**, scroll down to **Domain Registration** to review the current expiration date.
18+
3. Select **Manage domain** to review the Auto-Renew status for your domain.
1519

1620
## Billing information
1721

1822
Domain registrations will not appear in the **Active Subscriptions** section of the dashboard, as Registrar is not subscription based. To check information related to your domain billing:
1923

20-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account.
21-
2. Select **Domain Registration** > **Manage Domains**.
22-
3. Find the domain you want to check and select **Manage**.
23-
4. Refer to **Registration** for information regarding your domain fees. From here, you can also opt to [renew or extend](/registrar/account-options/renew-domains/) your domain registration.
24+
1. In the Cloudflare dashboard, go to **Manage Domains**.
25+
26+
<DashButton url="/?to=/:account/registrar/domains" />
27+
28+
2. Find the domain you want to check and select **Manage**.
29+
3. Refer to **Registration** for information regarding your domain fees. From here, you can also opt to [renew or extend](/registrar/account-options/renew-domains/) your domain registration.
2430

2531
## Edit WHOIS records
2632

2733
Cloudflare redacts WHOIS information from your domain by default. However, we do store the authentic WHOIS record for your domain. You may edit the WHOIS contact data for any domain. To do that:
2834

29-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account.
30-
2. Select **Domain Registration** > **Manage Domains**.
31-
3. Find the domain you want to edit and select **Manage** > **Contacts**.
32-
4. Select **Edit** in any of the contacts you previously set up. This allows you to update the contact information for the selected domain only. It will not update the contact information for other domains within the account.
35+
1. In the Cloudflare dashboard, go to **Manage Domains**.
36+
37+
<DashButton url="/?to=/:account/registrar/domains" />
38+
39+
2. Find the domain you want to edit and select **Manage** > **Contacts**.
40+
3. Select **Edit** in any of the contacts you previously set up. This allows you to update the contact information for the selected domain only. It will not update the contact information for other domains within the account.
3341

3442
Refer to [Registrant contact updates](/registrar/account-options/domain-contact-updates/) for more information.
3543

@@ -50,9 +58,11 @@ Deleting a domain registration from Cloudflare Registrar starts an irreversible
5058

5159
There may be instances where users may wish to delete a domain prior to expiration. In most cases a domain may be deleted prior to expiration by following these steps:
5260

53-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account and domain.
54-
2. From **Overview**, scroll down to **Domain Registration** and click **Manage domain**. <LinkButton variant="primary" href="https://dash.cloudflare.com/?to=/:account/domains">Go to <strong>Manage domain</strong></LinkButton>
55-
3. Under the **configuration** tab on the Manage page you will find a **Delete** button
61+
1. In the Cloudflare dashboard, go to **Manage Domains**.
62+
63+
<DashButton url="/?to=/:account/registrar/domains" />
64+
65+
3. Under the **Configuration** tab on the Manage page you will find a **Delete** button.
5666
4. If the domain is deletable the button will be active. The button will be disabled if your domain cannot be deleted and you should refer to the Registrar [FAQ](/registrar/faq/#why-am-i-unable-to-delete-my-registrar-domain).
5767
5. Once you click the Delete button, you will be presented with a confirmation window. If you proceed, an email will be sent to all users with the Super Admin role in the account. The email contains a deletion authorization token that must be entered into the window which appears to confirm and complete the deletion.
5868

src/content/docs/registrar/account-options/icloud-domains.mdx

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ title: iCloud Custom Email Domains
55

66
---
77

8-
With [iCloud Custom Email Domain](https://support.apple.com/kb/HT212514), you can now purchase a custom domain right from iCloud Settings through Cloudflare and have it automatically set up with your iCloud Mail account. It’s great if you want to create a custom email domain for you or your family, such as @examplefamily.com.
8+
import { DashButton } from "~/components";
9+
10+
With [iCloud Custom Email Domain](https://support.apple.com/kb/HT212514), you can now purchase a custom domain right from iCloud Settings through Cloudflare and have it automatically set up with your iCloud Mail account. It's great if you want to create a custom email domain for you or your family, such as @examplefamily.com.
911

1012
You will need an active iCloud+ subscription to add a custom email domain.
1113

@@ -55,9 +57,11 @@ The final payment will be charged in US dollars.
5557

5658
If you are not receiving emails intended for your new email address, review your DNS records in the Cloudflare dashboard:
5759

58-
1. Log into the [Cloudflare dashboard](#log-in-to-cloudflare).
59-
2. Go to **DNS**.
60-
3. Your domain should have records similar to the following:
60+
1. In the Cloudflare dashboard, go to **DNS**.
61+
62+
<DashButton url="/?to=/:account/internal-dns" />
63+
64+
2. Your domain should have records similar to the following:
6165

6266
![Your iCloud custom email domain should have a specific set of records created by default.](~/assets/images/support/icloud-custom-domain-dns-example.png)
6367

@@ -69,7 +73,7 @@ If your domain has records similar to those listed above and you are still exper
6973

7074
If you try to visit your new domain, your browser will show an error or empty page.
7175

72-
Thats because theres more to setting up a website than purchasing a domain name (which you just did) and setting up email records (which we just did for you). 
76+
That's because there's more to setting up a website than purchasing a domain name (which you just did) and setting up email records (which we just did for you). 
7377

7478
If you want your domain to be a fully functioning website, you will need to:
7579

@@ -86,8 +90,10 @@ After you buy a domain through iCloud, Cloudflare Registrar automatically enable
8690

8791
If you do not want to have Landing Page enabled:
8892

89-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
90-
2. Select **Registrar** > **Manage domains**.
93+
1. In the Cloudflare dashboard, go to **Manage domains**.
94+
95+
<DashButton url="/?to=/:account/registrar/domains" />
96+
9197
3. Find the domain you want to disable Landing Page for, and select **Manage** > **Configuration**.
9298
4. Scroll to Landing Page and select **Disable**.
9399

src/content/docs/registrar/account-options/renew-domains.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ head:
77

88
---
99

10+
import { DashButton } from "~/components";
11+
1012
## Automatic renewal of domain
1113

1214
Cloudflare Registrar enrolls your domain to auto-renew by default. Unlike other registrars, your domain will only renew at the list price set by the registry. When a domain has the auto-renew setting turned on, Cloudflare will attempt to automatically renew the domain prior to expiration.
@@ -29,9 +31,8 @@ You can continue to keep your domain registered with Cloudflare for the time rem
2931

3032
If you want your domains to renew automatically, keep the default settings for your domain (**Auto Renew** should be set to **On**). To find this setting:
3133

32-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
33-
2. Select **Domain Registration** > **Manage Domains**.
34-
3. Find the domain you want to automatically renew, and make sure the **Auto-renew** toggle is enabled.
34+
1. In the Cloudflare dashboard, go to **Manage domains**.
35+
2. Find the domain you want to automatically renew, and make sure the **Auto-renew** toggle is enabled.
3536

3637
Cloudflare attempts to renew these domains automatically 30 days before their expiration date. Several more attempts are made if the first attempt fails. The last attempt to renew is made on the day before expiration. You can also [manually renew](#renew-a-domain-manually) a domain at any time.
3738

@@ -51,8 +52,7 @@ If you want to delete your domain from Cloudflare, **disable** Auto-Renew first.
5152

5253
You can renew a domain at any time. To renew a domain registered with Cloudflare:
5354

54-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
55-
2. Select **Domain Registration** > **Manage Domains**.
55+
1. In the Cloudflare dashboard, go to **Manage domains**.
5656
3. Find the domain you want to renew and select **Manage**.
5757
4. In **Registration** select **Renew/Extend Domain**.
5858
5. In the **Renew for** drop-down menu, choose a number of years to renew your domain (up to 10 years).

src/content/docs/registrar/account-options/transfer-out-from-cloudflare.mdx

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ head:
77

88
---
99

10+
import { DashButton } from "~/components";
11+
1012
Cloudflare Registrar makes it easy to transfer your domain to another registrar. Be aware that ICANN rules prohibit a domain from being transferred if:
1113

1214
* The domain has been transferred within the last 60 days;
@@ -22,12 +24,14 @@ Anyone with super-admin and admin permissions for a zone can also manage your do
2224

2325
## 1. Unlock your domain at Cloudflare
2426

25-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
26-
2. Go to **Domain Registration** > **Manage Domains**.
27-
3. Find the domain you want to transfer, and select **Manage**.
28-
4. Select **Configuration** > **Unlock**.
29-
5. Select **Confirm and Unlock** to confirm that you want to unlock your domain.
30-
6. Copy the auth code (also referred to as authentication code and authorization code) generated by Cloudflare, and use at your new registrar.
27+
1. In the Cloudflare dashboard, go to **Manage Domains**.
28+
29+
<DashButton url="/?to=/:account/registrar/domains" />
30+
31+
2. Find the domain you want to transfer, and select **Manage**.
32+
3. Select **Configuration** > **Unlock**.
33+
4. Select **Confirm and Unlock** to confirm that you want to unlock your domain.
34+
5. Copy the auth code (also referred to as authentication code and authorization code) generated by Cloudflare, and use at your new registrar.
3135

3236
If you lose your authentication code, you can get a new one by:
3337

src/content/docs/registrar/faq.mdx

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ sidebar:
77

88
---
99

10+
import { DashButton } from "~/components";
11+
1012
Below you will find answers to our most commonly asked questions. If you cannot find the answer you are looking for, refer to the [community page](https://community.cloudflare.com/) to explore more resources.
1113

1214
* [Domain transfers](#domain-transfers)
@@ -21,7 +23,7 @@ Domain transfers sometimes fail. Refer to [Registrar: troubleshoot stalled domai
2123

2224
If you cannot solve the issue, open a support ticket or contact your account team.
2325

24-
### ​​Why did my domains expiration date change after transferring it to Cloudflare?
26+
### Why did my domain's expiration date change after transferring it to Cloudflare?
2527

2628
ICANN requires that any transfer also extends the expiration date of your domain by at least one year — that is one year from your current expiration date, not one year from the date of transfer. For example, if you transfer a domain on October 10, 2021, but it expires on March 10, 2022, your new expiration date will be March 10, 2023.
2729

@@ -30,7 +32,7 @@ Whenever a domain is first registered, the registrant purchases control of that
3032
Transferring a domain adds time to the current expiration date, unless your domain already has [10 years on the term](#if-i-registered-my-domain-for-10-years-at-another-registrar-will-i-gain-another-year-if-i-transfer-it-to-cloudflare).
3133

3234

33-
### ​​What happens to my nameservers when I transfer my domain to Cloudflare?
35+
### What happens to my nameservers when I transfer my domain to Cloudflare?
3436

3537
Cloudflare Registrar only supports transfers of domains that are active on a Cloudflare [full setup](/dns/zone-setups/full-setup/). Domains on Cloudflare use [nameservers assigned by Cloudflare](/dns/zone-setups/reference/nameserver-assignment/) to the associated account and those nameservers must remain in place for the domain to be Active.
3638

@@ -39,12 +41,16 @@ Cloudflare Registrar only supports transfers of domains that are active on a Clo
3941

4042
Once you initiate a domain transfer, your previous registrar has five days to release the domain. In most cases, they will send you an email to confirm you want to transfer. If you actively acknowledge that email (through a link or the registrar's dashboard), they can process it immediately.
4143

42-
To see the progress of your transfer, log in to the Cloudflare dashboard and select your account. Then, select **Domain Registration** > **Transfer Domains** to see a list of domain transfers that are in progress. To accelerate the process, be sure to check with your old registrar how you can approve the transfer out.
44+
To see the progress of your transfer, go to **Transfer domains** in the Cloudflare dashboard to see a list of domain transfers that are in progress.
45+
46+
<DashButton url="/?to=/:account/registrar/transfer" />
47+
48+
To accelerate the process, be sure to check with your old registrar how you can approve the transfer out.
4349

4450
Once successful, you will receive an email from Cloudflare and be able to manage the domain in the dashboard under **Overview** of that site.
4551

4652

47-
### ​​Why am I not allowed to transfer my domain?
53+
### Why am I not allowed to transfer my domain?
4854

4955
ICANN prohibits domain transfers within 60 days of a change to the WHOIS data or registrar of a domain. If you modified your contact information, transferred registrars, or registered your domain in the last 60 days, Cloudflare will be unable to process your transfer immediately.
5056

@@ -63,7 +69,7 @@ If you have an [unverified email address](/fundamentals/user-profiles/verify-ema
6369
If you enter an incorrect auth code (also referred to as authentication code or authorization code), return to the **Domain Registration** page or the **Overview** for your site. You can use the available input field to reenter your authentication code.
6470

6571

66-
### ​​If I registered my domain for 10 years at another registrar, will I gain another year if I transfer it to Cloudflare?
72+
### If I registered my domain for 10 years at another registrar, will I gain another year if I transfer it to Cloudflare?
6773

6874

6975
No. A domain cannot have more than 10 years on the term. If you registered your domain for 10 years, you will get 10 years upon transferring it to Cloudflare.
@@ -75,7 +81,7 @@ No. A domain cannot have more than 10 years on the term. If you registered your
7581

7682
## Domain registrations
7783

78-
### My domains registration was not extended by one year after transferring to Cloudflare
84+
### My domain's registration was not extended by one year after transferring to Cloudflare
7985

8086
When you transfer your domain to Cloudflare, the registry will extend your registration by one year. However, in one specific circumstance your transfer could result in you keeping your original expiration date.
8187

@@ -116,7 +122,7 @@ Domains that are in the Redemption Period and have an EPP status of redemptionPe
116122

117123
Currently `.uk` domains cannot be restored using this process. We are working on an alternative process for `.uk` domains and will provide additional information at a later date.
118124

119-
### ​​Is there a fee to restore a domain?
125+
### Is there a fee to restore a domain?
120126

121127
Yes, in most cases there is a restore fee.
122128

@@ -128,7 +134,7 @@ Yes. We will attempt to renew the domain after the restore has been completed. W
128134

129135
In the event of a failure, we will make several retry attempts. If we are unable to process the renewal after several retries, you will be presented with a message that you should contact support for assistance.
130136

131-
### ​​How long does the restore process take?
137+
### How long does the restore process take?
132138

133139
The entire process can take a few minutes to complete.
134140

@@ -140,7 +146,7 @@ The restore and the renewal are two distinct processes that happen sequentially.
140146

141147
In rare cases the domain may be successfully restored but the renewal fails. We will make several attempts to renew the domain. However, should all the renewals fail the customer may attempt to manually renew the domain or contact support so we may investigate the cause of the failure.
142148

143-
### ​​Can a restore be reversed or refunded?
149+
### Can a restore be reversed or refunded?
144150

145151
No. Once a restore has been completed it can not be reversed. It may be possible to delete the domain again but there are no refunds.
146152

@@ -171,7 +177,7 @@ A domain can only be deleted if all the following conditions are met:
171177

172178
If any of the above conditions are not met, the domain cannot be deleted.
173179

174-
### ​​Who has permission to delete a domain registration?
180+
### Who has permission to delete a domain registration?
175181

176182

177183
Only Super Admins and Administrators with Read/Write access can initiate the deletion of a domain. Note that only Super Admins will receive the email with the delete token.
@@ -185,7 +191,7 @@ No. Refunds will not be issued for costs incurred by a domain registration.
185191

186192
The delete token is only sent to the Super Admins of the account. If the user requesting the deletion is not a Super Admin they will need to obtain the delete token from one of the Super Admins of the account.
187193

188-
### ​​How long is the domain deletion token valid for?
194+
### How long is the domain deletion token valid for?
189195

190196
The delete token is valid for 30 minutes. After the 30 minutes the code will expire and the user must restart the process.
191197

@@ -218,7 +224,7 @@ Refer to [What is Cloudflare Registrar](https://www.cloudflare.com/learning/dns/
218224
You will be billed when you input your authorization code and initiate the transfer of your domain to Cloudflare. Currently, Cloudflare Registrar only uses the primary payment method for any associated transaction. Make sure to copy and paste the code to avoid mistakes. The transfer will not initiate if the code is incorrect.
219225

220226

221-
### ​​Is there a fee to transfer a .UK domain?
227+
### Is there a fee to transfer a .UK domain?
222228

223229
No, there is no fee to transfer a `.uk` domain. Also, an additional year is NOT added during the transfer process. However, if the domain is nearing the expiration date and is set to auto-renew, it may be automatically renewed shortly after the completion of the transfer.
224230

0 commit comments

Comments
 (0)