summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_certmanager.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-05 19:08:03 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-05 19:08:03 -0500
commitb7eb0ead89d530123147b30e78545316e59adbb9 (patch)
tree030c297aefe9c8677e0485eb166d8b6fc2fbacc1 /src/usr/local/www/system_certmanager.php
parent636edf8138e61ad37256efe691bcd839575e4a27 (diff)
downloadpfsense-b7eb0ead89d530123147b30e78545316e59adbb9.zip
pfsense-b7eb0ead89d530123147b30e78545316e59adbb9.tar.gz
Fixed #5633
Diffstat (limited to 'src/usr/local/www/system_certmanager.php')
-rw-r--r--src/usr/local/www/system_certmanager.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_certmanager.php b/src/usr/local/www/system_certmanager.php
index 9fa7e51..3b4ebe6 100644
--- a/src/usr/local/www/system_certmanager.php
+++ b/src/usr/local/www/system_certmanager.php
@@ -777,7 +777,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Input(
'dn_email',
'Email Address',
- 'email',
+ 'text',
$pconfig['dn_email'],
['placeholder' => 'e.g. admin@mycompany.com']
));
@@ -892,7 +892,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Input(
'csr_dn_email',
'Email Address',
- 'email',
+ 'text',
$pconfig['csr_dn_email'],
['placeholder' => 'e.g. admin@mycompany.com']
));
OpenPOWER on IntegriCloud