summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager.php
diff options
context:
space:
mode:
authorMatthew Grooms <mgrooms@pfsense.org>2008-09-04 22:51:47 +0000
committerMatthew Grooms <mgrooms@pfsense.org>2008-09-04 22:51:47 +0000
commit3f066eb8107b00fbf552ea0c2bb4f26f0b3c18e6 (patch)
tree9b484ac404166b4f6270c1feeef63aad952d991c /usr/local/www/system_usermanager.php
parentea28182c905d69ff7180528ecc59c82e3b993cd0 (diff)
downloadpfsense-3f066eb8107b00fbf552ea0c2bb4f26f0b3c18e6.zip
pfsense-3f066eb8107b00fbf552ea0c2bb4f26f0b3c18e6.tar.gz
Disallow creation of user certificates until the user has actually been
created. This obviously won't work.
Diffstat (limited to 'usr/local/www/system_usermanager.php')
-rw-r--r--usr/local/www/system_usermanager.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/system_usermanager.php b/usr/local/www/system_usermanager.php
index 4ee8bd0..5426524 100644
--- a/usr/local/www/system_usermanager.php
+++ b/usr/local/www/system_usermanager.php
@@ -496,9 +496,6 @@ function presubmit() {
</table>
</td>
</tr>
-
- <?php endif; ?>
-
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("User Certificates");?></td>
<td width="78%" class="vtable">
@@ -551,6 +548,9 @@ function presubmit() {
</table>
</td>
</tr>
+
+ <?php endif; ?>
+
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
OpenPOWER on IntegriCloud