From 766064b064cefb16ad5196e1c46d70cf49657e25 Mon Sep 17 00:00:00 2001 From: David Alger Date: Tue, 9 Jun 2020 18:18:37 -0500 Subject: [PATCH] Update default OTP Window to 1 per recommendation in RFC 6238 --- TwoFactorAuth/etc/adminhtml/system.xml | 2 +- TwoFactorAuth/etc/config.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TwoFactorAuth/etc/adminhtml/system.xml b/TwoFactorAuth/etc/adminhtml/system.xml index 6144f83c..7086746b 100644 --- a/TwoFactorAuth/etc/adminhtml/system.xml +++ b/TwoFactorAuth/etc/adminhtml/system.xml @@ -42,7 +42,7 @@ - This determines how long the one-time-passwords are valid for. + This determines how long the one-time-passwords are valid for. An OTP Window of 1 will result in the current OTP value plus 1 code in the past and 1 code in the future to be valid at any given point in time. - 30 + 1