Skip to content

Commit 6fd9f5b

Browse files
committed
Add review notes
1 parent ca43fb1 commit 6fd9f5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

13/umbraco-cms/reference/security/two-factor-authentication.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >-
66

77
# Two-factor Authentication
88

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:
1010

1111
* [Two-Factor Authentication for Members](#two-factor-authentication-for-members)
1212
* [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
1919

2020
## Two-factor authentication for Members
2121

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.
2323

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.
2525

2626
{% hint style="info" %}
2727
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
226226

227227
### Test the set up
228228

229-
1. Login with to the website using a test member.
229+
1. Login to the website using a test member.
230230
2. Navigate to the page where the QR code was added.
231231
3. Scan the QR code and add the verification code.
232232
4. Logout of the website.

0 commit comments

Comments
 (0)