From: mrajvaid Date: Mon, 28 Apr 2014 19:34:25 +0000 (-0700) Subject: Felix Web Console authenticates using HTTP-Bridge, which is similar to web-gui X-Git-Tag: autorelease-tag-v20140601202136_82eb3f9~120 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=5bb121603f96d59785101efecf0da6dab9bca5f4;ds=sidebyside 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 --- 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