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: 16/umbraco-cms/reference/security/two-factor-authentication.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ A setup for members needs to be implemented on your website in order for you to
32
32
33
33
As an example, the guide will use the [GoogleAuthenticator NuGet Package](https://www.nuget.org/packages/GoogleAuthenticator/). This package works for both Google and Microsoft authenticator apps. It can be used to generate the QR code needed to activate the app for the website.
34
34
35
-
1. Install the GoogleAuthenticator Nuget Package on your project.
35
+
1. Install the `GoogleAuthenticator` Nuget Package on your project.
36
36
2. Create a new file in your project: `UmbracoAppAuthenticator.cs`.
37
37
3. Update the file with the following code snippet.
38
38
@@ -254,7 +254,7 @@ This guide will not cover setting up the UI for user login and edits as this is
254
254
255
255
As an example, the guide will use the [GoogleAuthenticator NuGet Package](https://www.nuget.org/packages/GoogleAuthenticator/). This package works for both Google and Microsoft authenticator apps. It can be used to generate the QR code needed to activate the app for the website.
256
256
257
-
1. Install the GoogleAuthenticator Nuget Package on your project.
257
+
1. Install the `GoogleAuthenticator` Nuget Package on your project.
258
258
2. Create a new file in your project: `UmbracoUserAppAuthenticator.cs`.
259
259
3. Update the file with the following code snippet.
260
260
@@ -313,20 +313,20 @@ public class UmbracoUserAppAuthenticator : ITwoFactorProvider
313
313
/// <paramname="userOrMemberKey">The key of the user or member</param>
314
314
/// <paramname="secret">The secret that ensures only this user can connect to the authenticator app</param>
315
315
/// <returns>The required data to setup the authenticator app</returns>
0 commit comments