You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ role: "system", content: "You are an assistant who helps summarize long chunks of text." },
28
+
{ role: "system", content: "You help generate optimized SEO descriptions that are - at most - 60 words. These also convey the most important points of the page and contain keywords." },
29
+
{ role: "system", content: "In your response, provide no content other than the summary text."},
description: Cloudflare now offers email two-factor authentication to protect your account
4
+
date: 2025-10-30
5
+
---
6
+
7
+
Two-factor authentication (2FA) is one of the best ways to protect your account from the risk of account takeover. Cloudflare has offered phishing resistant 2FA options including hardware based keys (for example, a Yubikey) and app based TOTP (time-based one-time password) options which use apps like Google or Microsoft's Authenticator app. Unfortunately, while these solutions are very secure, they can be lost if you misplace the hardware based key, or lose the phone which includes that app. The result is that users sometimes get locked out of their accounts and need to contact support.
8
+
9
+
Today, we are announcing the addition of email as a 2FA factor for all Cloudflare accounts. Email 2FA is in wide use across the industry as a least common denominator for 2FA because it is low friction, loss resistant, and still improves security over username/password login only. We also know that most commercial email providers already require 2FA, so your email address is usually well protected already.
10
+
11
+
You can now enable email 2FA on the Cloudflare dashboard:
12
+
13
+
1. Go to **Profile** at the top right corner.
14
+
2. Select **Authentication**.
15
+
3. Under **Two-Factor Authentication**, select **Set up**.
16
+
17
+
## Sign-in security best practices
18
+
19
+
Cloudflare is critical infrastructure, and you should protect it as such. Review the following best practices and make sure you are doing your part to secure your account:
20
+
21
+
- Use a unique password for every website, including Cloudflare, and store it in a password manager like 1Password or Keeper. These services are cross-platform and simplify the process of managing secure passwords.
22
+
- Use 2FA to make it harder for an attacker to get into your account in the event your password is leaked.
23
+
- Store your backup codes securely. A password manager is the best place since it keeps the backup codes encrypted, but you can also print them and put them somewhere safe in your home.
24
+
- If you use an app to manage your 2FA keys, enable cloud backup, so that you don't lose your keys in the event you lose your phone.
25
+
- If you use a custom email domain to sign in, [configure SSO](/fundamentals/manage-members/dashboard-sso/).
26
+
- If you use a public email domain like Gmail or Hotmail, you can also use social login with Apple, GitHub, or Google to sign in.
27
+
- If you manage a Cloudflare account for work:
28
+
- Have at least two administrators in case one of them unexpectedly leaves your company.
29
+
- Use SCIM to automate permissions management for members in your Cloudflare account.
Copy file name to clipboardExpand all lines: src/content/docs/images/upload-images/sourcing-kit/index.mdx
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,6 @@ With Sourcing Kit you can define one or multiple repositories of images to bulk
10
10
11
11
Sourcing Kit also lets you target paths, define prefixes for imported images, and obtain error logs for bulk operations.
12
12
13
-
Sourcing Kit is available in beta. If you have any comments, questions, or bugs to report, contact the Images team on our [Discord channel](https://discord.cloudflare.com). You can also engage with other users and the Images team on the [Cloudflare Community](https://community.cloudflare.com/c/developers/images/63).
14
-
15
13
## When to use Sourcing Kit
16
14
17
15
Sourcing Kit can be a good choice if the Amazon S3 bucket you are importing consists primarily of images stored using non-archival storage classes, as images stored using [archival storage classes](https://aws.amazon.com/s3/storage-classes/#Archive) will be skipped and need to be imported separately. Specifically:
Copy file name to clipboardExpand all lines: src/content/docs/r2/get-started.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ sidebar:
6
6
head:
7
7
- tag: title
8
8
content: Getting started guide
9
+
description: >-
10
+
Cloudflare R2 Storage allows developers to store unstructured data without costly egress fees, offering bucket creation and object upload via dashboard or API.
0 commit comments