From 5bb121603f96d59785101efecf0da6dab9bca5f4 Mon Sep 17 00:00:00 2001 From: mrajvaid Date: Mon, 28 Apr 2014 12:34:25 -0700 Subject: [PATCH] Felix Web Console authenticates using HTTP-Bridge, which is similar to web-gui By default web console perform its own authentication using default user and passowrd If user password is modified via web, felix console can not authenticate Change-Id: I38a277ffabdfac652325b83fe80facffc043c669 Signed-off-by: mrajvaid --- .../src/main/resources/META-INF/webconsole.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opendaylight/web/osgi-brandfragment/src/main/resources/META-INF/webconsole.properties b/opendaylight/web/osgi-brandfragment/src/main/resources/META-INF/webconsole.properties index 566c43b8c8..2cc8e912c1 100644 --- a/opendaylight/web/osgi-brandfragment/src/main/resources/META-INF/webconsole.properties +++ b/opendaylight/web/osgi-brandfragment/src/main/resources/META-INF/webconsole.properties @@ -3,7 +3,8 @@ webconsole.product.name = OpenDaylight Controller webconsole.product.url = http://www.opendaylight.org/ webconsole.product.image = /res/imgs/odl/logo.png webconsole.favicon = /res/imgs/odl/favicon.ico - +#To disable web console authentication clear default username +webconsole.username = # webconsole.vendor.name = Linux Foundation # webconsole.vendor.url = http://www.linuxfoundation.org/ # webconsole.vendor.image = /res/imgs/vendor.png -- 2.36.6