summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_usermanager_passwordmg.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-30 20:42:31 +0545
committerPhil Davis <phil.davis@inf.org>2017-01-30 20:42:31 +0545
commit153c3aa61fe65c51d584a57c032a4805048e3062 (patch)
tree42696094778acd02a2841644f05dc99ec78cd535 /src/usr/local/www/system_usermanager_passwordmg.php
parentb39cebf6f09b7d110d810e3ccff0136751aa1718 (diff)
downloadpfsense-153c3aa61fe65c51d584a57c032a4805048e3062.zip
pfsense-153c3aa61fe65c51d584a57c032a4805048e3062.tar.gz
Required fields for System pages
Diffstat (limited to 'src/usr/local/www/system_usermanager_passwordmg.php')
-rw-r--r--src/usr/local/www/system_usermanager_passwordmg.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_usermanager_passwordmg.php b/src/usr/local/www/system_usermanager_passwordmg.php
index a06868a..87cc791 100644
--- a/src/usr/local/www/system_usermanager_passwordmg.php
+++ b/src/usr/local/www/system_usermanager_passwordmg.php
@@ -98,13 +98,13 @@ $section = new Form_Section('Update Password');
$section->addInput(new Form_Input(
'passwordfld1',
- 'Password',
+ '*Password',
'password'
));
$section->addInput(new Form_Input(
'passwordfld2',
- 'Confirmation',
+ '*Confirmation',
'password'
))->setHelp('Select a new password');
OpenPOWER on IntegriCloud