Merge pull request #1502 from tjharman/current

Update Login with OTP Usage
This commit is contained in:
Christian Breunig 2024-07-06 07:15:23 +02:00 committed by GitHub
commit 0dd8ce6622
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
======