Clearer signup limit label

pull/6598/merge
Chocobozzz 2024-10-31 11:32:18 +01:00
parent 29cdeb0621
commit 6ce6ff06f1
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 12 additions and 7 deletions

View File

@ -186,6 +186,7 @@
<div [ngClass]="getDisabledSignupClass()">
<label i18n for="signupLimit">Signup limit</label>
<span i18n class="small muted ms-1">When the total number of users in your instance reaches this limit, registrations are disabled. -1 == unlimited</span>
<div class="number-with-unit">
<input

View File

@ -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

View File

@ -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