summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2002-08-29 05:57:47 +0000
committerivan <ivan>2002-08-29 05:57:47 +0000
commitdf3365357d0b1cae7fd3159585db186f28953ce5 (patch)
tree2eba97817fe0e81c2535397372d46b6676ec7688
parentfea7f83baf7d460a00ca2d79fde71ce5f07884b3 (diff)
password viewing UI change
-rwxr-xr-xhttemplate/view/svc_acct.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi
index f6c1b02..19953ba 100755
--- a/httemplate/view/svc_acct.cgi
+++ b/httemplate/view/svc_acct.cgi
@@ -83,7 +83,7 @@ if ( $password =~ /^\*\w+\* (.*)$/ ) {
print "<I>(login disabled)</I> ";
}
if ( $conf->exists('showpasswords') ) {
- print "$password";
+ print '<PRE>'. encode_entities($password). '</PRE>';
} else {
print "<I>(hidden)</I>";
}