From: Mikael Nordfeldth Date: Mon, 8 Feb 2016 16:56:35 +0000 (+0100) Subject: Require the license with HTML5 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7c90d7022bf40c856fdee6f5a493c22c0d60f3c4;p=quix0rs-gnu-social.git Require the license with HTML5 --- diff --git a/actions/register.php b/actions/register.php index 0d020663b9..97f0e19cfd 100644 --- a/actions/register.php +++ b/actions/register.php @@ -483,6 +483,7 @@ class RegisterAction extends Action 'id' => 'license', 'class' => 'checkbox', 'name' => 'license', + 'required' => 'true', 'value' => 'true'); if ($this->boolean('license')) { $attrs['checked'] = 'checked';