docs - adding rate-limit info https://github.com/Ylianst/MeshCentral/issues/4514

silversword411 committed Sep 6, 2022 at 16:15 UTC 51eba3a142433f71ce20d529daab04006fab3edf
3 files changed +20
docs/docs/meshcentral/images/rate_limiting_logins.png
Binary files /dev/null and b/docs/docs/meshcentral/images/rate_limiting_logins.png differ
docs/docs/meshcentral/security.md new
+19
@@ -0,0 +1,19 @@
1 +# Security
2 +
3 +## Rate Limiting login attempts
4 +
5 +You can use the MeshCentral Server Console with the command `badlogins` to see the current settings.
6 +
7 +Adjust these items in your `config.json`
8 +
9 +```json
10 +"settings": {
11 + "_maxInvalidLogin": {
12 + "time": 10,
13 + "count": 10,
14 + "coolofftime": 10
15 + },
16 +}
17 +```
18 +
19 +![](images/rate_limiting_logins.png)
docs/mkdocs.yml
+1
@@ -15,6 +15,7 @@ nav:
15 - 'Debugging': 'meshcentral/debugging.md'
16 - 'Device Tabs': 'meshcentral/devicetabs.md'
17 - 'Plugins': 'meshcentral/plugins.md'
18 + - 'Security': 'meshcentral/security.md'
19 - 'Tokens': 'meshcentral/tokens.md'
20
21 - Design and Architecture: