]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/production.yaml.example
Implement signup approval in server
[github/Chocobozzz/PeerTube.git] / config / production.yaml.example
index 36fa704178fd75074acb30ffbc440c7d7210f662..906fb7e1f1f10bf6aab5febb4b933cdcfe68b938 100644 (file)
@@ -392,9 +392,15 @@ contact_form:
 
 signup:
   enabled: false
+
   limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
+
   minimum_age: 16 # Used to configure the signup form
+
+  # Users fill a form to register so moderators can accept/reject the registration
+  requires_approval: true
   requires_email_verification: false
+
   filters:
     cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist
       whitelist: []