Skip to content

Commit bc034e4

Browse files
authored
Blog post: announcing two-factor authentication (#333)
1 parent 0dab19e commit bc034e4

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

content/images/2fa.jpg

74.3 KB
Loading
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
title: Two-factor authentication is here!
2+
date: November 21, 2024
3+
description: We're excited to announce that two-factor authentication is now available for all Read the Docs users.
4+
category: Feature announcement
5+
tags: authentication, security
6+
authors: Santos Gallegos
7+
status: published
8+
image: /images/2fa.jpg
9+
image_credit: Photo by <a href="https://unsplash.com/@christianw?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Christian Wiediger</a> on <a href="https://unsplash.com/photos/shallow-focus-photography-of-love-lock-6t8PMIfqNVg?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Unsplash</a>
10+
11+
We're excited to announce that two-factor authentication (2FA) is now available for all Read the Docs users!
12+
13+
Two-factor authentication adds an extra layer of security to your account by requiring a 6-digit code in addition to your password when you log in.
14+
This helps protect your account from unauthorized access, even if your password is compromised.
15+
You can use an authenticator app like Google Authenticator or Authy to generate the codes.
16+
17+
You can enable two-factor authentication from our new dashboard at <https://app.readthedocs.org/accounts/2fa/> (or <https://app.readthedocs.com/accounts/2fa/> for Read the Docs for Business users),
18+
or by following the steps from [our documentation](https://docs.readthedocs.io/en/stable/guides/management/2fa.html).
19+
20+
We'd like to give a special thanks to the [django-allauth](https://allauth.org/) project for providing the foundation for our authentication system,
21+
and making it easy for us to add two-factor authentication to Read the Docs.

0 commit comments

Comments
 (0)