diff options
author | Matthew Grooms <mgrooms@pfsense.org> | 2008-09-04 22:51:47 +0000 |
---|---|---|
committer | Matthew Grooms <mgrooms@pfsense.org> | 2008-09-04 22:51:47 +0000 |
commit | 3f066eb8107b00fbf552ea0c2bb4f26f0b3c18e6 (patch) | |
tree | 9b484ac404166b4f6270c1feeef63aad952d991c /usr | |
parent | ea28182c905d69ff7180528ecc59c82e3b993cd0 (diff) | |
download | pfsense-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')
-rw-r--r-- | usr/local/www/system_usermanager.php | 6 |
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"> </td> <td width="78%"> |