From: Mike Taylor Date: Wed, 18 Apr 2007 12:06:25 +0000 (+0000) Subject: Do not display username or password. X-Git-Tag: CPAN-v1.02~482 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=3f6a8ba142920105285e7b5b7621a33e70f90321 Do not display username or password. --- diff --git a/web/htdocs/details/full.mc b/web/htdocs/details/full.mc index 8819d45..a5f4110 100644 --- a/web/htdocs/details/full.mc +++ b/web/htdocs/details/full.mc @@ -1,4 +1,4 @@ -%# $Id: full.mc,v 1.24 2007-04-16 12:23:46 mike Exp $ +%# $Id: full.mc,v 1.25 2007-04-18 12:06:25 mike Exp $ <%args> $id @@ -25,10 +25,8 @@ if ($n == 0) { [ Port => "e:serverInfo/e:port" ], [ "Database Name" => "e:serverInfo/e:database" ], [ "Type of Library" => "i:status/i:libraryType" ], - [ "Username (if needed)" => - "e:serverInfo/e:authentication/e:user" ], - [ "Password (if needed)" => - "e:serverInfo/e:authentication/e:password" ], +# [ "Username (if needed)" => "e:serverInfo/e:authentication/e:user" ], +# [ "Password (if needed)" => "e:serverInfo/e:authentication/e:password" ], [ "Server ID" => 'i:status/i:serverImplementationId/@value' ], [ "Server Name" => 'i:status/i:serverImplementationName/@value' ], [ "Server Version" => 'i:status/i:serverImplementationVersion/@value' ],