From 1bd0f474b62f9c4151da766c180f1b0603180925 Mon Sep 17 00:00:00 2001 From: stefanp Date: Mon, 8 Apr 2002 08:57:08 +0000 Subject: [PATCH] for security reasons: removed default adminUsername and adminPassword properties. manage-application will ask for these properties once if they are not set at startup. --- build/antclick/server.properties | 6 ------ build/main/server.properties | 6 ------ server.properties | 6 ------ 3 files changed, 18 deletions(-) diff --git a/build/antclick/server.properties b/build/antclick/server.properties index 203e09ef..ce1ef12f 100644 --- a/build/antclick/server.properties +++ b/build/antclick/server.properties @@ -25,9 +25,3 @@ # list ip addresses for admin-application here: allowAdmin=127.0.0.1, 192.168.0.1 -# md5-encrypted username and password for admin-app -# the default is test/test -adminUsername=098f6bcd4621d373cade4e832627b4f6 -adminPassword=098f6bcd4621d373cade4e832627b4f6 - - diff --git a/build/main/server.properties b/build/main/server.properties index 203e09ef..ce1ef12f 100644 --- a/build/main/server.properties +++ b/build/main/server.properties @@ -25,9 +25,3 @@ # list ip addresses for admin-application here: allowAdmin=127.0.0.1, 192.168.0.1 -# md5-encrypted username and password for admin-app -# the default is test/test -adminUsername=098f6bcd4621d373cade4e832627b4f6 -adminPassword=098f6bcd4621d373cade4e832627b4f6 - - diff --git a/server.properties b/server.properties index 203e09ef..ce1ef12f 100644 --- a/server.properties +++ b/server.properties @@ -25,9 +25,3 @@ # list ip addresses for admin-application here: allowAdmin=127.0.0.1, 192.168.0.1 -# md5-encrypted username and password for admin-app -# the default is test/test -adminUsername=098f6bcd4621d373cade4e832627b4f6 -adminPassword=098f6bcd4621d373cade4e832627b4f6 - -