adding minimum signup age conforming to ceiling GPDR age
authorRigel Kent <sendmemail@rigelk.eu>
Thu, 18 Oct 2018 15:13:27 +0000 (17:13 +0200)
committerRigel Kent <sendmemail@rigelk.eu>
Thu, 18 Oct 2018 15:15:12 +0000 (17:15 +0200)
It is not yet configurable and should be made so as GDPR (or other
regulations for that matter) can specify other minimum age requirements.

client/src/app/signup/signup.component.html

index aad4b5be3e9b156eed0ea7f31c086bcc8e06469e..531a978146d862f84aadbabbe576d191098640bd 100644 (file)
@@ -51,7 +51,7 @@
       <div class="form-group form-group-terms">
         <my-peertube-checkbox
           inputName="terms" formControlName="terms"
-          i18n-labelHtml labelHtml="I have read and agree to the <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>Terms</a> of this instance"
+          i18n-labelHtml labelHtml="I am at least 16 years old and agree to the <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>Terms</a> of this instance"
         ></my-peertube-checkbox>
 
         <div *ngIf="formErrors.terms" class="form-error">