We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010d132 commit fac9bdfCopy full SHA for fac9bdf
1 file changed
web/generate/ssl/index.php
@@ -40,6 +40,7 @@
40
if (empty($_POST['v_state'])) $errors[] = __('domain');
41
if (empty($_POST['v_locality'])) $errors[] = __('city');
42
if (empty($_POST['v_org'])) $errors[] = __('organization');
43
+if (empty($_POST['v_email'])) $errors[] = __('email');
44
$v_domain = $_POST['v_domain'];
45
$v_email = $_POST['v_email'];
46
$v_country = $_POST['v_country'];
0 commit comments