summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-09-26 14:14:59 -0400
committerjim-p <jimp@pfsense.org>2016-09-26 14:15:22 -0400
commit406a904be39c676431096ed8c48b3dedb4da0cde (patch)
tree55cf03a7371f8b336e30d0dd5ab97c2739aff114 /src/usr/local/www/system_authservers.php
parent6db038f768d5045c29a0454cdf2f7e298d9e2f0f (diff)
downloadpfsense-406a904be39c676431096ed8c48b3dedb4da0cde.zip
pfsense-406a904be39c676431096ed8c48b3dedb4da0cde.tar.gz
Obscure RADIUS shared secret.
Diffstat (limited to 'src/usr/local/www/system_authservers.php')
-rw-r--r--src/usr/local/www/system_authservers.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php
index 782ad69..6be6589 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -733,7 +733,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Input(
'radius_secret',
'Shared Secret',
- 'text',
+ 'password',
$pconfig['radius_secret']
));
OpenPOWER on IntegriCloud