mirror of https://github.com/Chocobozzz/PeerTube
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.pull/1306/head
parent
74cd011b6c
commit
b8670e5336
|
@ -51,7 +51,7 @@
|
||||||
<div class="form-group form-group-terms">
|
<div class="form-group form-group-terms">
|
||||||
<my-peertube-checkbox
|
<my-peertube-checkbox
|
||||||
inputName="terms" formControlName="terms"
|
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>
|
></my-peertube-checkbox>
|
||||||
|
|
||||||
<div *ngIf="formErrors.terms" class="form-error">
|
<div *ngIf="formErrors.terms" class="form-error">
|
||||||
|
|
Loading…
Reference in New Issue