From 26e679b7ca6db25739237a4c718d4f05f39d14c2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 11 Mar 2015 21:19:21 +0100 Subject: hide EAP client private key password (mga#11136) --- lib/network/connection/wireless.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm index 6267398..92a2cba 100644 --- a/lib/network/connection/wireless.pm +++ b/lib/network/connection/wireless.pm @@ -514,6 +514,7 @@ only used for EAP certificate based authentication. It could be considered as the alternative to username/password combo. Note: other related settings are shown on the Advanced page.") }, { label => N("EAP client private key password"), val => \$self->{access}{network}{eap_private_key_passwd}, + hidden => sub { $self->{hide_passwords} }, disabled => sub { $self->{access}{network}{encryption} ne 'wpa-eap' }, help => N("The complete password for the client private key. This is only used for EAP certificate based authentication. This password -- cgit v1.2.1