summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.json2
-rw-r--r--config/config_docker.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/config.json b/config/config.json
index 40bb41e63..121d5b3a4 100644
--- a/config/config.json
+++ b/config/config.json
@@ -22,7 +22,7 @@
"AnalyticsUrl": "",
"UseLocalStorage": true,
"StorageDirectory": "./data/",
- "AllowedLoginAttempts": 3
+ "AllowedLoginAttempts": 10
},
"SSOSettings": {
"gitlab": {
diff --git a/config/config_docker.json b/config/config_docker.json
index e4f37976d..712551d1f 100644
--- a/config/config_docker.json
+++ b/config/config_docker.json
@@ -22,7 +22,7 @@
"AnalyticsUrl": "",
"UseLocalStorage": true,
"StorageDirectory": "/mattermost/data/",
- "AllowedLoginAttempts": 3
+ "AllowedLoginAttempts": 10
},
"SSOSettings": {
"gitlab": {