From 026ca74b358a87f98a6a2d13a2fcd62400b14251 Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Fri, 29 Sep 2017 08:58:43 -0500 Subject: [PATCH] Minor edits --- aspnetcore/security/authentication/identity-enable-qrcodes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/security/authentication/identity-enable-qrcodes.md b/aspnetcore/security/authentication/identity-enable-qrcodes.md index 14905c37ab..5aaf49ffa1 100644 --- a/aspnetcore/security/authentication/identity-enable-qrcodes.md +++ b/aspnetcore/security/authentication/identity-enable-qrcodes.md @@ -26,7 +26,7 @@ These instructions use *qrcode.js* from the https://davidshimjs.github.io/qrcode * Download the [qrcode.js javascript library](https://davidshimjs.github.io/qrcodejs/) to the `wwwroot\lib` folder in your project. -* In *Pages\Account\Manage\EnableAuthenticator.cshtml* (Razor Pages) or Views\Account\Manage\EnableAuthenticator.cshtml (MVC), locate the `Scripts` section at the end of the file: +* In *Pages\Account\Manage\EnableAuthenticator.cshtml* (Razor Pages) or *Views\Account\Manage\EnableAuthenticator.cshtml* (MVC), locate the `Scripts` section at the end of the file: ```cshtml @section Scripts { @@ -88,4 +88,4 @@ Use `@Html.Raw` to access the model property in a view (otherwise the ampersands ## TOTP client and server time skew -TOTP authentication depends on both the server and authenticator device having an accurate time. Tokens only last for 30 seconds. If TOTP 2FA logins are failing check that the server time is accurate, and preferably synchronized to an accurate NTP service. +TOTP authentication depends on both the server and authenticator device having an accurate time. Tokens only last for 30 seconds. If TOTP 2FA logins are failing, check that the server time is accurate, and preferably synchronized to an accurate NTP service.