From 66f6f1512c6eda9234318784bb06a22c6dec64f3 Mon Sep 17 00:00:00 2001 From: jim-p Date: Mon, 26 Sep 2016 14:14:59 -0400 Subject: Obscure RADIUS shared secret. --- src/usr/local/www/system_authservers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php index ee15a23..d47cd57 100644 --- a/src/usr/local/www/system_authservers.php +++ b/src/usr/local/www/system_authservers.php @@ -771,7 +771,7 @@ $section->addInput(new Form_Input( $section->addInput(new Form_Input( 'radius_secret', 'Shared Secret', - 'text', + 'password', $pconfig['radius_secret'] )); -- cgit v1.1