summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-07-06 07:31:45 +0200
committerGitHub <noreply@github.com>2024-07-06 07:31:45 +0200
commitf06fc4d6a888e5c2d6803b36a2e810fd310e043e (patch)
treef092bddd5b39348f46b4252cab7f4159457f444c
parent37145b8005802933bd73095326ffd8e3701712f2 (diff)
parentcc5bd392e602d3eca0c8378fe69fcc2c93c4c709 (diff)
downloadvyos-documentation-f06fc4d6a888e5c2d6803b36a2e810fd310e043e.tar.gz
vyos-documentation-f06fc4d6a888e5c2d6803b36a2e810fd310e043e.zip
Merge pull request #1503 from vyos/mergify/bp/sagitta/pr-1502
Update Login with OTP Usage (backport #1502)
-rw-r--r--docs/configuration/system/login.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration/system/login.rst b/docs/configuration/system/login.rst
index ab3c1f6f..2a5de232 100644
--- a/docs/configuration/system/login.rst
+++ b/docs/configuration/system/login.rst
@@ -234,6 +234,12 @@ An example:
set system login user otptester authentication otp rate-time '20'
set system login user otptester authentication otp window-size '5'
+Once a user has 2FA/OTP configured against their account, they must login
+using their password with the OTP code appended to it.
+For example: If the users password is vyosrocks and the OTP code is 817454
+then they would enter their password as vyosrocks817454
+
+
RADIUS
======