From df3365357d0b1cae7fd3159585db186f28953ce5 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 29 Aug 2002 05:57:47 +0000 Subject: [PATCH] password viewing UI change --- httemplate/view/svc_acct.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index f6c1b026c..19953bafd 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -83,7 +83,7 @@ if ( $password =~ /^\*\w+\* (.*)$/ ) { print "(login disabled) "; } if ( $conf->exists('showpasswords') ) { - print "$password"; + print '
'. encode_entities($password). '
'; } else { print "(hidden)"; } -- 2.11.0