diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-10-18 17:13:27 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-10-18 17:15:12 +0200 |
commit | b8670e5336708fef4098ef0d4b3fa15a497630af (patch) | |
tree | a2961cbb26636ff7709c945322be149ba775f37a /client/src/app/signup | |
parent | 74cd011b6c089cac88a4b8aa76ad3be2ca4f1c15 (diff) | |
download | PeerTube-b8670e5336708fef4098ef0d4b3fa15a497630af.tar.gz PeerTube-b8670e5336708fef4098ef0d4b3fa15a497630af.tar.zst PeerTube-b8670e5336708fef4098ef0d4b3fa15a497630af.zip |
adding minimum signup age conforming to ceiling GPDR age
It is not yet configurable and should be made so as GDPR (or other
regulations for that matter) can specify other minimum age requirements.
Diffstat (limited to 'client/src/app/signup')
-rw-r--r-- | client/src/app/signup/signup.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/signup/signup.component.html b/client/src/app/signup/signup.component.html index aad4b5be3..531a97814 100644 --- a/client/src/app/signup/signup.component.html +++ b/client/src/app/signup/signup.component.html | |||
@@ -51,7 +51,7 @@ | |||
51 | <div class="form-group form-group-terms"> | 51 | <div class="form-group form-group-terms"> |
52 | <my-peertube-checkbox | 52 | <my-peertube-checkbox |
53 | inputName="terms" formControlName="terms" | 53 | inputName="terms" formControlName="terms" |
54 | 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" | 54 | 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" |
55 | ></my-peertube-checkbox> | 55 | ></my-peertube-checkbox> |
56 | 56 | ||
57 | <div *ngIf="formErrors.terms" class="form-error"> | 57 | <div *ngIf="formErrors.terms" class="form-error"> |