diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 47ef47279..42293b843 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -239,6 +239,7 @@ contact_form: | |||
239 | signup: | 239 | signup: |
240 | enabled: false | 240 | enabled: false |
241 | limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited | 241 | limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited |
242 | mimimum_age: 16 | ||
242 | requires_email_verification: false | 243 | requires_email_verification: false |
243 | filters: | 244 | filters: |
244 | cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist | 245 | cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist |