Update identity-enable-qrcodes.md (#5323)

pull/5340/head
Rick Anderson 2018-02-02 11:49:45 -10:00 committed by GitHub
parent bd45daabbd
commit 00b21a11d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -83,8 +83,6 @@ The correctly formatted URL for the QR Code is available in the:
* `AuthenticatorUri` property of the model.
* `data-url` property in the `qrCodeData` element.
Use `@Html.Raw` to access the model property in a view (otherwise the ampersands in the url will be double encoded and the label parameter of the QR Code will be ignored).
## 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.