From 7cfd149cd3446cec1a110068dfddb916f5fd3544 Mon Sep 17 00:00:00 2001 From: Asher Date: Mon, 19 Jul 2021 10:15:09 -0500 Subject: [PATCH] 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. --- docs/FAQ.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 4a4bf423..e5947acf 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -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?