aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index b2c418a0a..37059e9e0 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -382,9 +382,15 @@ contact_form:
382 382
383signup: 383signup:
384 enabled: false 384 enabled: false
385
385 limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited 386 limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
387
386 minimum_age: 16 # Used to configure the signup form 388 minimum_age: 16 # Used to configure the signup form
389
390 # Users fill a form to register so moderators can accept/reject the registration
391 requires_approval: true
387 requires_email_verification: false 392 requires_email_verification: false
393
388 filters: 394 filters:
389 cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist 395 cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist
390 whitelist: [] 396 whitelist: []