+ When the total number of users in your instance reaches this limit, registrations are disabled. -1 == unlimited
Minimum required age to create an account
-
- {form.value['signup']['minimumAge'], plural, =1 {year old} other {years old}}
+
+ {form.value['signup']['minimumAge'], plural, =1 {year old} other {years old}}
{{ formErrors.signup.minimumAge }}
diff --git a/config/default.yaml b/config/default.yaml
index c1a8f8bf0..d01dae53e 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -541,7 +541,9 @@ contact_form:
signup:
enabled: false
- limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
+ # When the total number of users in your instance reaches this limit, registrations are disabled.
+ # -1 == unlimited
+ limit: 10
minimum_age: 16 # Used to configure the signup form
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 710e6f0a9..490251793 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -551,7 +551,9 @@ contact_form:
signup:
enabled: false
- limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
+ # When the total number of users in your instance reaches this limit, registrations are disabled.
+ # -1 == unlimited
+ limit: 10
minimum_age: 16 # Used to configure the signup form