summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harman <tim@muppetz.com>2024-07-06 16:15:48 +1200
committerTim Harman <tim@muppetz.com>2024-07-06 16:15:48 +1200
commit50c3ddb357097da8cddab5f92d1a774316c99c24 (patch)
tree4dcb6d18139753f2bcc40bd10c1c558315364231
parent9a377e86e95a97d6b1f8fbb731d54d5bca8a5963 (diff)
downloadvyos-documentation-50c3ddb357097da8cddab5f92d1a774316c99c24.tar.gz
vyos-documentation-50c3ddb357097da8cddab5f92d1a774316c99c24.zip
Update Login with OTP Usage
Make it clear the user has to append their OTP token to their password.
-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 09e27c53..452981a9 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
======