From 64b3035919dc42148839a1c47889c42368eaba08 Mon Sep 17 00:00:00 2001 From: ncguk Date: Sun, 10 Aug 2025 12:51:20 +0100 Subject: [PATCH] Fix minor typo Change 'there' to 'their'. No changes to code. --- .env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.template b/.env.template index 75dd181c..e31e2f34 100644 --- a/.env.template +++ b/.env.template @@ -571,7 +571,7 @@ ## ## According to the RFC6238 (https://tools.ietf.org/html/rfc6238), ## we allow by default the TOTP code which was valid one step back and one in the future. -## This can however allow attackers to be a bit more lucky with there attempts because there are 3 valid codes. +## This can however allow attackers to be a bit more lucky with their attempts because there are 3 valid codes. ## You can disable this, so that only the current TOTP Code is allowed. ## Keep in mind that when a sever drifts out of time, valid codes could be marked as invalid. ## In any case, if a code has been used it can not be used again, also codes which predates it will be invalid.