Skip to content

Commit 58f4884

Browse files
authored
Merge pull request #3759 from cdr/jsjoeio-document-password-limit
docs(faq): add line about password login limits
2 parents 2a5f5e4 + fd04210 commit 58f4884

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/FAQ.md

+5
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
- [How do I access my Documents/Downloads/Desktop folders in code-server on OSX?](#how-do-i-access-my-documentsdownloadsdesktop-folders-in-code-server-on-osx)
3434
- [Differences compared to Theia?](#differences-compared-to-theia)
3535
- [`$HTTP_PROXY`, `$HTTPS_PROXY`, `$NO_PROXY`](#http_proxy-https_proxy-no_proxy)
36+
- [Does code-server have any security login validation?](#does-code-server-have-any-security-login-validation)
3637
- [Enterprise](#enterprise)
3738

3839
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -458,6 +459,10 @@ requests made from extensions etc. To proxy requests from your browser you need
458459
configure your browser separately. Browser requests would cover exploring the extension
459460
marketplace.
460461

462+
## Does code-server have any security login validation?
463+
464+
code-server only supports a single password and limits logins to two per minute plus twelve per hour.
465+
461466
## Enterprise
462467

463468
Visit [our enterprise page](https://coder.com) for more information about our

0 commit comments

Comments
 (0)