From cc5bd392e602d3eca0c8378fe69fcc2c93c4c709 Mon Sep 17 00:00:00 2001 From: Tim Harman Date: Sat, 6 Jul 2024 16:15:48 +1200 Subject: Update Login with OTP Usage Make it clear the user has to append their OTP token to their password. (cherry picked from commit 50c3ddb357097da8cddab5f92d1a774316c99c24) --- docs/configuration/system/login.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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 ====== -- cgit v1.2.3