Skip to content

Commit fac9bdf

Browse files
author
Ubuntu
committed
made email a requirement for ssl generation
1 parent 010d132 commit fac9bdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/generate/ssl/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
if (empty($_POST['v_state'])) $errors[] = __('domain');
4141
if (empty($_POST['v_locality'])) $errors[] = __('city');
4242
if (empty($_POST['v_org'])) $errors[] = __('organization');
43+
if (empty($_POST['v_email'])) $errors[] = __('email');
4344
$v_domain = $_POST['v_domain'];
4445
$v_email = $_POST['v_email'];
4546
$v_country = $_POST['v_country'];

0 commit comments

Comments
 (0)