From f274fac3d14736191565740bce4b06d2add61b37 Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Fri, 16 May 2025 20:18:27 +0200 Subject: [PATCH] style: rephrase sentence that was a bit reading weird --- docs/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth.md b/docs/auth.md index 65a006ce..2bbb8c81 100644 --- a/docs/auth.md +++ b/docs/auth.md @@ -103,7 +103,7 @@ The `admin` is a name of a default user. ----- ## Two-factor authentication -The 2FA a new method of strengthening the protection of PiKVM, available since `KVM >= 3.196`. +Two-factor authentication (2FA) is a new method of strengthening the protection of PiKVM, available since `KVM >= 3.196`. It is strongly recommended to enable it if you expose the PiKVM in the big and scary Internet. !!! warning