From ba53197ab7bbb3028ba358f52bcb6ac0ac107ae8 Mon Sep 17 00:00:00 2001 From: Pahansith Gunathilake Date: Sat, 16 Apr 2022 01:03:25 +0530 Subject: [PATCH] Fix invalid config entries --- .../templates/repository/conf/cdm-config.xml.j2 | 4 ++-- .../repository/conf/etc/webapp-authenticator-config.xml.j2 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/conf_templates/templates/repository/conf/cdm-config.xml.j2 b/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/conf_templates/templates/repository/conf/cdm-config.xml.j2 index 19feedc4b1..28b00241af 100644 --- a/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/conf_templates/templates/repository/conf/cdm-config.xml.j2 +++ b/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/conf_templates/templates/repository/conf/cdm-config.xml.j2 @@ -64,7 +64,7 @@ {% else %} https://localhost:9443 ${admin.username} - ${admin.username} + ${admin.password} {% endif %} @@ -75,7 +75,7 @@ {% else %} https://localhost:9443 ${admin.username} - ${admin.username} + ${admin.password} {% endif %} diff --git a/features/webapp-authenticator-framework/org.wso2.carbon.webapp.authenticator.framework.server.feature/src/main/resources/conf_templates/templates/repository/conf/etc/webapp-authenticator-config.xml.j2 b/features/webapp-authenticator-framework/org.wso2.carbon.webapp.authenticator.framework.server.feature/src/main/resources/conf_templates/templates/repository/conf/etc/webapp-authenticator-config.xml.j2 index 631307ad2c..051e27206e 100644 --- a/features/webapp-authenticator-framework/org.wso2.carbon.webapp.authenticator.framework.server.feature/src/main/resources/conf_templates/templates/repository/conf/etc/webapp-authenticator-config.xml.j2 +++ b/features/webapp-authenticator-framework/org.wso2.carbon.webapp.authenticator.framework.server.feature/src/main/resources/conf_templates/templates/repository/conf/etc/webapp-authenticator-config.xml.j2 @@ -95,7 +95,7 @@ false https://${iot.keymanager.host}:${iot.keymanager.https.port} ${admin.username} - ${admin.username} + ${admin.password} 100 100