From dd629c93fd55a2766655e857b75c58a7eaae6040 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 30 Oct 2014 01:04:47 +0000 Subject: Do not hide the username and password from listdatabases HTML view --- lib/db-listdatabases-html.lsp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/db-listdatabases-html.lsp b/lib/db-listdatabases-html.lsp index dcc9dcf..91ffa72 100644 --- a/lib/db-listdatabases-html.lsp +++ b/lib/db-listdatabases-html.lsp @@ -24,10 +24,8 @@ <% local header_level = htmlviewfunctions.displaysectionstart(form, page_info) %> <% if form.value.connection then - -- hide the database, user, and password, since we don't need them to list databases + -- hide the database, since we don't need it to list databases form.value.connection.value.database = nil - form.value.connection.value.user = nil - form.value.connection.value.password = nil end %> <% if form.value.connection and next(form.value.connection.value) ~= nil then htmlviewfunctions.displayformstart(form, page_info) -- cgit v1.2.3