summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-11-10 18:22:22 -0700
committerErik Fonnesbeck <efonnes@gmail.com>2010-11-10 18:30:55 -0700
commitfa6c42d05be581f9515db720d0e8a142e916c050 (patch)
tree6984ff81be5a4b5dbbf5fe02ce37f68b20f88526
parentf233231bdf2f8601793e3f731f279a4ceacde37b (diff)
downloadpfsense-fa6c42d05be581f9515db720d0e8a142e916c050.zip
pfsense-fa6c42d05be581f9515db720d0e8a142e916c050.tar.gz
Return this field to its old name to prevent a conflict of names and since the code that uses it still refers to it by that name. Issue reported at http://forum.pfsense.org/index.php/topic,29985.0.html
This caused the full name field to be ignored when creating a user and prevented making a certificate at the creation of the user (either could still be changed afterward).
-rw-r--r--usr/local/www/system_usermanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_usermanager.php b/usr/local/www/system_usermanager.php
index 34fe611..d4adf9e 100644
--- a/usr/local/www/system_usermanager.php
+++ b/usr/local/www/system_usermanager.php
@@ -708,7 +708,7 @@ function sshkeyClicked(obj) {
<tr>
<td width="22%" valign="top" class="vncellreq"><?=gettext("Descriptive name");?></td>
<td width="78%" class="vtable">
- <input name="descr" type="text" class="formfld unknown" id="descr" size="20" value="<?=htmlspecialchars($pconfig['descr']);?>"/>
+ <input name="name" type="text" class="formfld unknown" id="name" size="20" value="<?=htmlspecialchars($pconfig['name']);?>"/>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud