summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/config.json b/config/config.json
index de4bd5e84..0ff4cd7e3 100644
--- a/config/config.json
+++ b/config/config.json
@@ -60,6 +60,13 @@
"FileLocation": "",
"EnableWebhookDebugging": true
},
+ "PasswordSettings": {
+ "MinimumLength": 5,
+ "Lowercase": false,
+ "Number": false,
+ "Uppercase": false,
+ "Symbol": false
+ },
"FileSettings": {
"MaxFileSize": 52428800,
"DriverName": "local",