docs - adding rate-limit info https://github.com/Ylianst/MeshCentral/issues/4514
This commit is contained in:
parent
8f89665421
commit
51eba3a142
Binary file not shown.
After Width: | Height: | Size: 214 KiB |
|
@ -0,0 +1,19 @@
|
|||
# Security
|
||||
|
||||
## Rate Limiting login attempts
|
||||
|
||||
You can use the MeshCentral Server Console with the command `badlogins` to see the current settings.
|
||||
|
||||
Adjust these items in your `config.json`
|
||||
|
||||
```json
|
||||
"settings": {
|
||||
"_maxInvalidLogin": {
|
||||
"time": 10,
|
||||
"count": 10,
|
||||
"coolofftime": 10
|
||||
},
|
||||
}
|
||||
```
|
||||
|
||||
![](images/rate_limiting_logins.png)
|
|
@ -15,6 +15,7 @@ nav:
|
|||
- 'Debugging': 'meshcentral/debugging.md'
|
||||
- 'Device Tabs': 'meshcentral/devicetabs.md'
|
||||
- 'Plugins': 'meshcentral/plugins.md'
|
||||
- 'Security': 'meshcentral/security.md'
|
||||
- 'Tokens': 'meshcentral/tokens.md'
|
||||
|
||||
- Design and Architecture:
|
||||
|
|
Loading…
Reference in New Issue