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
Copy file name to clipboardExpand all lines: 13/umbraco-cms/reference/security/two-factor-authentication.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: >-
6
6
7
7
# Two-factor Authentication
8
8
9
-
This article includes guides for implemention two-factor authentication options for both backoffice users and website members.
9
+
This article includes guides for implementing two-factor authentication options for both backoffice users and website members:
10
10
11
11
*[Two-Factor Authentication for Members](#two-factor-authentication-for-members)
12
12
*[Two-Factor Authentication for Users](#two-factor-authentication-for-users)
@@ -19,9 +19,9 @@ If you are using [Umbraco Cloud](https://umbraco.com/products/umbraco-cloud/), y
19
19
20
20
## Two-factor authentication for Members
21
21
22
-
Two-factor authentication (2FA) for Umbraco members is activated by implementing an `ITwoFactorProvider` interface and registering the implementation. The implementation can use third-party packages to archive for example support for authentication apps like Microsoft- or Google Authentication App.
22
+
Two-factor authentication (2FA) for Umbraco members is activated by implementing an `ITwoFactorProvider` interface and registering the implementation. The implementation can use third-party packages to support authentication apps like the Microsoft- or Google Authentication Apps.
23
23
24
-
The following guide will take you through implemtenting an option for your website members to enable two-factor authentication.
24
+
The following guide will take you through implementing an option for your website members to enable two-factor authentication.
25
25
26
26
{% hint style="info" %}
27
27
A setup for members needs to be implemented on your website in order for you to follow this guide. This setup should include:
@@ -226,7 +226,7 @@ At this point, the 2FA is active, but no members have set up 2FA yet. The setup
226
226
227
227
### Test the set up
228
228
229
-
1. Login with to the website using a test member.
229
+
1. Login to the website using a test member.
230
230
2. Navigate to the page where the QR code was added.
231
231
3. Scan the QR code and add the verification code.
0 commit comments