summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_authentication.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-22 15:34:10 +0545
committerPhil Davis <phil.davis@inf.org>2017-01-22 15:34:10 +0545
commit3e2028f4dca359e715058d2c35ae0df5b939657e (patch)
treeb03c3c4ca915f58421b6fa8f031dda1aff4d1171 /src/usr/local/www/diag_authentication.php
parentb2bb49709d6d1cb845f2c7caf40bebe375ecb2d7 (diff)
downloadpfsense-3e2028f4dca359e715058d2c35ae0df5b939657e.zip
pfsense-3e2028f4dca359e715058d2c35ae0df5b939657e.tar.gz
Required fields in diagnostics
Diffstat (limited to 'src/usr/local/www/diag_authentication.php')
-rw-r--r--src/usr/local/www/diag_authentication.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_authentication.php b/src/usr/local/www/diag_authentication.php
index e03bd55..8d416cc 100644
--- a/src/usr/local/www/diag_authentication.php
+++ b/src/usr/local/www/diag_authentication.php
@@ -95,7 +95,7 @@ $section->addInput(new Form_Select(
$section->addInput(new Form_Input(
'username',
- 'Username',
+ '*Username',
'text',
$pconfig['username'],
['placeholder' => 'Username']
@@ -103,7 +103,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Input(
'password',
- 'Password',
+ '*Password',
'password',
$pconfig['password'],
['placeholder' => 'Password']
OpenPOWER on IntegriCloud