1
0
Fork 0

Fix typo for minimum age

This commit is contained in:
Chocobozzz 2021-07-16 16:00:31 +02:00
parent 3b3546496e
commit 75103a4d89
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -239,7 +239,7 @@ contact_form:
signup: signup:
enabled: false enabled: false
limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
mimimum_age: 16 minimum_age: 16
requires_email_verification: false requires_email_verification: false
filters: filters:
cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist