Add "plus" verbiage back to login limits

There was some confusion with the "and" since it can be interpreted that
you can only try logging in twelve times per hour in total but actually
you get two attempts per minute and then twelve per hour on top of that.
This commit is contained in:
Asher 2021-07-19 10:15:09 -05:00
parent f9f3f38578
commit 7cfd149cd3
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 2 additions and 1 deletions

View File

@ -391,7 +391,8 @@ machine with few limitations.
## Does code-server have any security login validation?
code-server supports setting a single password and limits logins to two per minute and twelve per hour.
code-server supports setting a single password and limits logins to two per
minute plus an additional twelve per hour.
## Are there community projects involving code-server?