diff options
Diffstat (limited to 'docs/configuration/system/login.rst')
-rw-r--r-- | docs/configuration/system/login.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration/system/login.rst b/docs/configuration/system/login.rst index a21c36d7..9217b203 100644 --- a/docs/configuration/system/login.rst +++ b/docs/configuration/system/login.rst @@ -123,16 +123,22 @@ Optional/default settings .. cfgcmd:: set system login user <username> authentication otp rate-limit <limit> + :defaultvalue: + Limit logins to `<limit>` per every ``rate-time`` seconds. Rate limit must be between 1 and 10 attempts. .. cfgcmd:: set system login user <username> authentication otp rate-time <seconds> + :defaultvalue: + Limit logins to ``rate-limit`` attemps per every `<seconds>`. Rate time must be between 15 and 600 seconds. .. cfgcmd:: set system login user <username> authentication otp window-size <size> + :defaultvalue: + Set window of concurrently valid codes. By default, a new token is generated every 30 seconds by the mobile |